Share via


OrganizationInfo Class

Definition

Provides information about an organization such as the organization type and solutions in the organization.

or the Web API the corresponding type is OrganizationType ComplexType.

public ref class OrganizationInfo sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Diagnostics.DebuggerDisplay("{InstanceType}")]
[System.Runtime.Serialization.DataContract(Name="OrganizationInfo", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public sealed class OrganizationInfo : System.Runtime.Serialization.IExtensibleDataObject
[<System.Diagnostics.DebuggerDisplay("{InstanceType}")>]
[<System.Runtime.Serialization.DataContract(Name="OrganizationInfo", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type OrganizationInfo = class
    interface IExtensibleDataObject
Public NotInheritable Class OrganizationInfo
Implements IExtensibleDataObject
Inheritance
OrganizationInfo
Attributes
Implements

Constructors

OrganizationInfo()

Initializes a new instance of the OrganizationInfo class.

Properties

ExtensionData

Gets or sets the extension data objects.

InstanceType

Gets or sets the organization type.

Solutions

Gets or sets list of solutions in the organization.

Applies to