AddUserToRecordTeamRequest.TeamTemplateId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.