Organization Members

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

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

The following tables list the members exposed by the Organization type.

Public Constructors

  Name Description
  Organization Initializes a new instance of the Organization class.

Top

Public Properties

  Name Description
public property BaseCurrencyCode Gets or sets the base currency code for the organization.
public property BaseCurrencyName Gets or sets the base currency name for the organization.
public property BaseCurrencyPrecision Gets or sets the number of decimal places that can be used for the base currency.
public property BaseCurrencySymbol Gets or sets the base currency symbol for the organization.
public property BaseLanguageCode Gets or sets the base language code for the organization.
public property DatabaseName Gets or sets the database name for the organization.
public property ExtensionData  Gets or sets the structure that contains extra data. (inherited from DeploymentObject)
public property FriendlyName Gets or sets the display name, or long name, of the organization database.
public property Id Gets the organization ID.
public property SqlCollation Gets or sets the SQL collation property that the organization will use to sort and compare data characters.
public property SqlServerName Gets or sets the name of the SQL server on which the organization database is installed.
public property SqmIsEnabled Gets or sets whether information is being collected for the customer experience improvement program.
public property SrsUrl Gets or sets the URL of the Microsoft SQL Server on which the Microsoft Dynamics CRM Connector for SQL Server Reporting Services is installed.
public property State Gets or sets the organization state.
public property UniqueName Gets or sets the unique name for the organization.
public property Version Gets the current updated version of organization.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

Organization Class
Microsoft.Xrm.Sdk.Deployment Namespace

Other Resources

Deployment Web Service Messages
Use Deployment Entities and Deployment Configuration Settings
Administer the deployment using Windows PowerShel
Sample: Create an Organization (PowerShell)

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.