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 object.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public User User { get; private set; }
public:
property User^ User {
User^ get();
private: void set(User^ value);
}
Public Property User As User
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Users.User
An instance of User.
See Also
AddUserRequestCompletionArgs Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top