IPluginExecutionContext.OrganizationName Property
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Gets the name of the organization that the entity belongs to and the plug-in executes under.
Syntax
[Visual Basic .NET] OverridablePublic ReadOnly Property OrganizationName As String
[C#]
public virtual string OrganizationName {get;}
Property Value
The value of this property is a String type.
Remarks
This property is read only. See the organization.name property.
Requirements
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.dll
See Also
Reference
© 2010 Microsoft Corporation. All rights reserved.
