Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the account name of the user.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string UserName { get; set; }
property String^ UserName {
String^ get();
void set(String^ value);
}
Property UserName As String
Property Value
Type: System.String
Returns String.
Remarks
This is the same account name passed to the GetUserPropertiesAsyncmethod.
See Also
IUserExtensionProperties Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top