AddUserToRecordTeamRequest.Record Property
Applies To: Dynamics CRM 2015
Gets or sets the record for which the access team is auto created. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public EntityReference Record { get; set; }
public:
property EntityReference^ Record {
EntityReference^ get();
void set(EntityReference^ value);
}
member Record : EntityReference with get, set
Public Property Record As EntityReference
Property Value
Type: Microsoft.Xrm.Sdk.EntityReference
Type: EntityReference
The record for which the access team is auto created, which must be an entity reference for an entity that is enabled for access teams.
To enable an entity for the auto created access teams, set the AutoCreateAccessTeams attribute to true.
See Also
AddUserToRecordTeamRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright