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 the user name.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public string UserName { get; private set; }
public:
property String^ UserName {
String^ get();
private: void set(String^ value);
}
Public Property UserName As String
Get
Private Set
End Property
Property Value
Type: System.String
The user name.
See Also
AddUserRequestCompletionArgs Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top