Share via


RevokeAccessRequest.Revokee Property

 

Applies To: Dynamics CRM 2015

Gets or sets a security principal (team or user) whose access you want to revoke. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public EntityReference Revokee { get; set; }
public:
property EntityReference^ Revokee {
    EntityReference^ get();
    void set(EntityReference^ value);
}
member Revokee : EntityReference with get, set
Public Property Revokee As EntityReference

Property Value

Type: Microsoft.Xrm.Sdk.EntityReference

Type: EntityReference
The security principal (team or user) whose access you want to revoke.

See Also

RevokeAccessRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright