User.IsShowInUI Property
Gets or sets a value that determines if the User is shown in the UI.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public bool IsShowInUI { get; set; }
public:
property bool IsShowInUI {
bool get();
void set(bool value);
}
Public Property IsShowInUI As Boolean
Property Value
Type: System.Boolean
true if the user is shown; otherwise, false.
See Also
User Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top