PersonalInfo.IsShowInUI Property
Gets or sets a value that indicates whether the personal information is displayed in the user interface.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public bool IsShowInUI { get; set; }
public:
[DataMemberAttribute]
property bool IsShowInUI {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property IsShowInUI As Boolean
Property Value
Type: System.Boolean
true if the personal information is displayed in the user interface; otherwise, false.
See Also
PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top