BeginCreateOrganizationRequest.SysAdminName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.