IExecutionContext.SecondaryEntityName Property

 

Applies To: Dynamics CRM 2015

Gets the name of the secondary entity that has a relationship with the primary entity.

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

Syntax

string SecondaryEntityName { get; }
property String^ SecondaryEntityName {
    String^ get();
}
abstract SecondaryEntityName : string with get
ReadOnly Property SecondaryEntityName As String

Property Value

Type: System.String

Type: String
The name of the secondary entity that has a relationship with the primary entity.

See Also

PrimaryEntityName
IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright