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.
Retrieves the user information.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public UserInfo Info { get; internal set; }
public:
property UserInfo^ Info {
UserInfo^ get();
internal: void set(UserInfo^ value);
}
Public Property Info As UserInfo
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Users.UserInfo
Returns a UserInfo containing the user information.
See Also
UserInfoArgs Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top