AddUserToRecordTeamRequest.TeamTemplateId Property

Definition

Gets or sets the ID of team template which is used to create the access team. Required.

public:
 property Guid TeamTemplateId { Guid get(); void set(Guid value); };
public Guid TeamTemplateId { get; set; }
member this.TeamTemplateId : Guid with get, set
Public Property TeamTemplateId As Guid

Property Value

The ID of the team template that corresponds to the TeamTemplate.TeamTemplateId column, which is the primary key for the TeamTemplate table.

Applies to