CrmOrgByServer.OrgDetail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the details of the Organization, returned directly from CRM
public:
property Microsoft::Xrm::Sdk::Discovery::OrganizationDetail ^ OrgDetail { Microsoft::Xrm::Sdk::Discovery::OrganizationDetail ^ get(); void set(Microsoft::Xrm::Sdk::Discovery::OrganizationDetail ^ value); };
public Microsoft.Xrm.Sdk.Discovery.OrganizationDetail OrgDetail { get; set; }
member this.OrgDetail : Microsoft.Xrm.Sdk.Discovery.OrganizationDetail with get, set
Public Property OrgDetail As OrganizationDetail