RemoteExecutionContext.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
[DataMemberAttribute]
public string OrganizationName { get; set; }
public:
[DataMemberAttribute]
property String^ OrganizationName {
virtual String^ get() sealed;
virtual void set(String^ value) sealed;
}
[<DataMemberAttribute>]
abstract OrganizationName : string with get, set
[<DataMemberAttribute>]
override OrganizationName : string with get, set
<DataMemberAttribute>
Public Property OrganizationName As String
Property Value
Type: System.String
Type: String
The unique name of the organization.
Implements
IExecutionContext.OrganizationName
Remarks
See the Organization.Name attribute.
See Also
RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
Organization entities
Return to top
© 2016 Microsoft. All rights reserved. Copyright