Freigeben über


BeginImportOrganizationRequest.DatabaseName Property

Definition

Gets or sets the database name for the organization. Required.

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

Property Value

The database name for the organization.

Attributes

Remarks

This property cannot be updated after the organization is created.

Applies to