RetrieveOrganizationResponse.Detail 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.
Contains detailed information about the target organization.
public:
property Microsoft::Xrm::Sdk::Discovery::OrganizationDetail ^ Detail { Microsoft::Xrm::Sdk::Discovery::OrganizationDetail ^ get(); void set(Microsoft::Xrm::Sdk::Discovery::OrganizationDetail ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Discovery.OrganizationDetail Detail { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Detail : Microsoft.Xrm.Sdk.Discovery.OrganizationDetail with get, set
Public Property Detail As OrganizationDetail
Property Value
The details about the organization.
- Attributes