Share via


UserInfo.UserStatus Property

 

Gets or sets the status of the user account.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

[DataMemberAttribute]
public UserStatus UserStatus { get; set; }
public:
[DataMemberAttribute]
property UserStatus UserStatus {
    UserStatus get();
    void set(UserStatus value);
}
<DataMemberAttribute>
Public Property UserStatus As UserStatus

Property Value

Type: Microsoft.WindowsServerSolutions.Users.UserStatus

One of the UserStatus enumeration values.

See Also

UserInfo Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top