Share via


Organization.UniqueName Property

Definition

Gets or sets the unique name for the organization.

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

Property Value

The unique name for the organization.

Attributes

Remarks

This property is optional when using the BeginCreateOrganizationRequest class. If not specified a unique name is generated using the friendly name. This property cannot be updated after the organization is created. The maximum length is 30 characters. Spaces and extended characters are not allowed

The following words are a partial list of invalid unique names. Also included in this lists are offensive words, not listed here.

Invalid name

Applies to