ModifyAccessRequest.PrincipalAccess Property
Applies To: Dynamics CRM 2015
Gets or sets the team or user whose access to the specified record is modified. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public PrincipalAccess PrincipalAccess { get; set; }
public:
property PrincipalAccess^ PrincipalAccess {
PrincipalAccess^ get();
void set(PrincipalAccess^ value);
}
member PrincipalAccess : PrincipalAccess with get, set
Public Property PrincipalAccess As PrincipalAccess
Property Value
Type: Microsoft.Crm.Sdk.Messages.PrincipalAccess
Type: PrincipalAccess
The team or user whose access to the specified record is modified.
See Also
ModifyAccessRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright