Show / Hide Table of Contents

Class TeamCreated

Team and team user details.

Inheritance
System.Object
TeamCreated
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class TeamCreated : object

Constructors

| Improve this Doc View Source

TeamCreated(String)

Initializes a new instance of the TeamCreated class.

Declaration
public TeamCreated(string teamId = null)
Parameters
Type Name Description
System.String teamId

Gets or sets team Id.

Properties

| Improve this Doc View Source

TeamId

Gets or sets the team Id.

Declaration
public string TeamId { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2001-2022 Syncfusion Inc.
All Rights Reserved