Share via


BeginCreateOrganizationRequest.SysAdminName Property

Definition

Gets or sets the name of the system administrator for the new organization. Required.

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

Property Value

The name of the system administrator for the new organization.

Attributes

Remarks

The format of this string is domain\userid. The user must exist in Active Directory.

Applies to