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; internal set; }
public:
property User^ User {
User^ get();
internal: void set(User^ value);
}
Public Property User As User
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Users.User
An instance of User.
See Also
ImportUserRequestCompletionArgs Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top