IExecutionContext.OrganizationName Property

 

Applies To: Dynamics CRM 2015

Gets the unique name of the organization that the entity currently being processed belongs to and the plug-in executes under.

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

Syntax

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

Property Value

Type: System.String

Type: String
The unique name of the organization that the entity currently being processed belongs to and the plug-in executes under.

Remarks

See the Name attribute of the Organization entity.

See Also

IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
Organization entities

Return to top

© 2016 Microsoft. All rights reserved. Copyright