Share via


Organization.DatabaseName Property

Definition

Gets or sets the database name for the organization.

public:
 property System::String ^ DatabaseName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string DatabaseName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DatabaseName : string with get, set
Public Property DatabaseName As String

Property Value

The database name for the organization.

Attributes

Remarks

This property is required when using the BeginCreateOrganizationRequest class. This property cannot be updated after the organization is created.

Applies to