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.Runtime.Serialization.DataContract(Name="OrganizationDetail", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
public class OrganizationDetail : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="OrganizationDetail", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")>]
type OrganizationDetail = class
interface IExtensibleDataObject
Public Class OrganizationDetail
Implements IExtensibleDataObject
- Inheritance
-
OrganizationDetail
- Attributes
- Implements
Constructors
OrganizationDetail() |
Initializes a new instance of the |
Properties
DatacenterId | |
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 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. |