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