AddUserToRecordTeamResponse.AccessTeamId Property
Applies To: Dynamics CRM 2015
Gets the ID of the auto created access team.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public Guid AccessTeamId { get; }
public:
property Guid AccessTeamId {
Guid get();
}
member AccessTeamId : Guid with get
Public ReadOnly Property AccessTeamId As Guid
Property Value
Type: System.Guid
Type: Guid
The ID of the auto created access team, which corresponds to the Team.TeamId attribute, which is the primary key for the Team entity.
See Also
AddUserToRecordTeamResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright