Organization Class
Applies To: Dynamics CRM 2015
Contains information about an organization in a Microsoft Dynamics CRM deployment.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Sdk.Deployment.DeploymentObject
Microsoft.Xrm.Sdk.Deployment.DeploymentEntity
Microsoft.Xrm.Sdk.Deployment.Organization
Syntax
[DataContractAttribute(Name = "Organization", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class Organization : DeploymentEntity
[DataContractAttribute(Name = "Organization", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public ref class Organization : DeploymentEntity
[<DataContractAttribute(Name = "Organization", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type Organization =
class
inherit DeploymentEntity
end
<DataContractAttribute(Name := "Organization", Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>
Public Class Organization
Inherits DeploymentEntity
Constructors
Name | Description | |
---|---|---|
Organization() | Initializes a new instance of the Organization class. |
Properties
Name | Description | |
---|---|---|
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 CRM 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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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.
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Sdk.Deployment Namespace
Deployment web service messages
Deployment entities and deployment configuration settings
Administer the deployment using Windows PowerShel
Return to top
© 2016 Microsoft. All rights reserved. Copyright