OrganizationDetail Class
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.
Provides detailed information on an organization.
public ref class OrganizationDetail : System::Runtime::Serialization::IExtensibleDataObject
[System.Diagnostics.DebuggerDisplay("{FriendlyName}")]
[System.Runtime.Serialization.DataContract(Name="OrganizationDetail", Namespace="http://schemas.microsoft.com/xrm/2014/Contracts")]
public class OrganizationDetail : System.Runtime.Serialization.IExtensibleDataObject
[<System.Diagnostics.DebuggerDisplay("{FriendlyName}")>]
[<System.Runtime.Serialization.DataContract(Name="OrganizationDetail", Namespace="http://schemas.microsoft.com/xrm/2014/Contracts")>]
type OrganizationDetail = class
interface IExtensibleDataObject
Public Class OrganizationDetail
Implements IExtensibleDataObject
- Inheritance
-
OrganizationDetail
- Attributes
- Implements
Remarks
For the Web API the corresponding type is OrganizationDetail complex type.
Constructors
OrganizationDetail() |
Initializes a new instance of the OrganizationDetail class. |
Properties
DatacenterId |
Gets or sets the ID of the data center. |
Endpoints |
Gets a collection that identifies the service type and address for each endpoint of the organization. |
EnvironmentId |
Gets or sets the unique identifier of the organization’s environment. |
ExtensionData |
Gets or sets extra data of the organization. |
FriendlyName |
Gets or sets the friendly name of the organization. |
Geo |
Gets or sets a value that represents the geographic region the tenant is found in. |
OrganizationId |
Gets or sets the global unique identifier of the organization. |
OrganizationType | |
OrganizationVersion |
Gets or sets the version of the organization. |
SchemaType | |
State |
Gets or sets the state of the organization. |
TenantId |
Gets or sets the unique identifier of the PowerApps tenant that contains the environment and organization. |
UniqueName |
Gets or sets the unique name of the organization. |
UrlName |
Gets or sets the organization name used in the URL for the organization web service. |
Methods
FromDiscovery(OrganizationDetail) |
Populates a Organization.OrganizationDetail from a Discovery.OrganizationDetail object. |