Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Provides detailed information on an organization.
Namespace:   Microsoft.Xrm.Sdk.Organization
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Inheritance Hierarchy
System.Object
  Microsoft.Xrm.Sdk.Organization.OrganizationDetail
Syntax
[DataContractAttribute(Name = "OrganizationDetail", Namespace = "https://schemas.microsoft.com/xrm/2014/Contracts")]
public sealed class OrganizationDetail : IExtensibleDataObject
[DataContractAttribute(Name = "OrganizationDetail", Namespace = "https://schemas.microsoft.com/xrm/2014/Contracts")]
public ref class OrganizationDetail sealed : IExtensibleDataObject
[<Sealed>]
[<DataContractAttribute(Name = "OrganizationDetail", Namespace = "https://schemas.microsoft.com/xrm/2014/Contracts")>]
type OrganizationDetail = 
    class
        interface IExtensibleDataObject
    end
<DataContractAttribute(Name := "OrganizationDetail", Namespace := "https://schemas.microsoft.com/xrm/2014/Contracts")>
Public NotInheritable Class OrganizationDetail
    Implements IExtensibleDataObject
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | OrganizationDetail() | Initializes a new instance of the OrganizationDetail class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Endpoints | Gets a collection that identifies the service type and address for each endpoint of the organization. | 
| .jpeg) | ExtensionData | Gets or sets extra data of the organization. | 
| .jpeg) | FriendlyName | Gets or sets the friendly name of the organization. | 
| .jpeg) | OrganizationId | Gets or sets the global unique identifier of the organization. | 
| .jpeg) | OrganizationVersion | Gets or sets the version of the organization. | 
| .jpeg) | State | Gets or sets the state of the organization. | 
| .jpeg) | UniqueName | Gets or sets the unique name of the organization. | 
| .jpeg) | UrlName | Gets or sets the organization name used in the URL for the organization web service. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) .jpeg) | FromDiscovery(OrganizationDetail) | Populates a Microsoft.Xrm.Sdk.Organization.OrganizationDetail from a Microsoft.Xrm.Sdk.Discovery.OrganizationDetail object. | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | 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
RetrieveCurrentOrganizationResponse
Microsoft.Xrm.Sdk.Organization Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright