IExecutionContext.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
string PrimaryEntityName { get; }
property String^ PrimaryEntityName {
String^ get();
}
abstract PrimaryEntityName : string with get
ReadOnly Property PrimaryEntityName As String
Property Value
Type: System.String
Type: String
The name of the primary entity for which the pipeline is processing events.
See Also
SecondaryEntityName
IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
Event execution pipeline
Return to top
© 2016 Microsoft. All rights reserved. Copyright