次の方法で共有


UserInfoArgs.Info Property

 

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