OrganizationDetail Class

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Provides detailed information on an organization.

Namespace:   Microsoft.Xrm.Sdk.Discovery
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.Discovery.OrganizationDetail

Syntax

[DataContractAttribute(Name = "OrganizationDetail", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
public sealed class OrganizationDetail : IExtensibleDataObject
<DataContractAttribute(Name := "OrganizationDetail", Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")>
Public NotInheritable Class OrganizationDetail
    Implements IExtensibleDataObject

Constructors

Name Description
System_CAPS_pubmethod OrganizationDetail()

Initializes a new instance of the OrganizationDetail class.

Properties

Name Description
System_CAPS_pubproperty Endpoints

Gets a collection that identifies the service type and address for each endpoint of the organization.

System_CAPS_pubproperty ExtensionData

Gets or sets extra data of the organization.

System_CAPS_pubproperty FriendlyName

Gets or sets the friendly name of the organization.

System_CAPS_pubproperty OrganizationId

Gets or sets global unique identifier of the organization.

System_CAPS_pubproperty OrganizationVersion

Gets or sets the version of the organization.

System_CAPS_pubproperty State

Gets or sets the state of the organization.

System_CAPS_pubproperty UniqueName

Gets or sets the unique name of the organization.

System_CAPS_pubproperty UrlName

Gets or sets the organization name used in the URL for the organization Web service.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

RetrieveOrganizationResponse
Microsoft.Xrm.Sdk.Discovery Namespace
Helper code: ServerConnection class

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright