AssignRequest.Assignee Property

 

Applies To: Dynamics CRM 2015

Gets or sets the user or team for which you want to assign a record. Required.

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

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.EntityReference

Type: EntityReference
The reference to a user or team record.

See Also

AssignRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright