TriggerServiceEndpointCheckRequest.Entity Property

 

Applies To: Dynamics CRM 2015

Gets or sets the ServiceEndpoint record that contains the configuration. Required.

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

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.EntityReference

Type: EntityReference
The entity reference of the service endpoint record.

See Also

TriggerServiceEndpointCheckRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright