RemoteExecutionContext.PrimaryEntityName Property

 

Applies To: Dynamics CRM 2015

Gets the name of the primary entity for which the pipeline is processing events.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public string PrimaryEntityName { get; set; }
public:
[DataMemberAttribute]
property String^ PrimaryEntityName {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
[<DataMemberAttribute>]
abstract PrimaryEntityName : string with get, set
[<DataMemberAttribute>]
override PrimaryEntityName : string with get, set
<DataMemberAttribute>
Public Property PrimaryEntityName As String

Property Value

Type: System.String

Type: String
The name of the primary entity.

Implements

IExecutionContext.PrimaryEntityName

See Also

SecondaryEntityName
RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
Event execution pipeline

Return to top

© 2016 Microsoft. All rights reserved. Copyright