Organization Class

Definition

Contains information about an organization in a Microsoft Dynamics 365 deployment.

public ref class Organization : Microsoft::Xrm::Sdk::Deployment::DeploymentEntity
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Organization", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class Organization : Microsoft.Xrm.Sdk.Deployment.DeploymentEntity
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="Organization", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type Organization = class
    inherit DeploymentEntity
Public Class Organization
Inherits DeploymentEntity
Inheritance
Attributes

Remarks

The properties for an organization are set when the organization is created. Most of the properties can’t be updated after the fact. You can also use Windows PowerShell to access the same organization information.

Constructors

Organization()

Initializes a new instance of the Organization class.

Properties

BaseCurrencyCode

Gets or sets the base currency code for the organization.

BaseCurrencyName

Gets or sets the base currency name for the organization.

BaseCurrencyPrecision

Gets or sets the number of decimal places that can be used for the base currency.

BaseCurrencySymbol

Gets or sets the base currency symbol for the organization.

BaseLanguageCode

Gets or sets the base language code for the organization.

DatabaseName

Gets or sets the database name for the organization.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentObject)
FriendlyName

Gets or sets the display name, or long name, of the organization database.

Id

Gets the organization ID.

SqlCollation

Gets or sets the SQL collation property that the organization will use to sort and compare data characters.

SqlServerName

Gets or sets the name of the SQL server on which the organization database is installed.

SqmIsEnabled

Gets or sets whether information is being collected for the customer experience improvement program.

SrsUrl

Gets or sets the URL of the Microsoft SQL Server on which the Microsoft Dynamics 365 Connector for SQL Server Reporting Services is installed.

State

Gets or sets the organization state.

UniqueName

Gets or sets the unique name for the organization.

Version

Gets the current updated version of organization.

Applies to