| SecurityPrincipalIsUser Property |
Indicates if this principal is a User.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public bool IsUser { get; }
Public ReadOnly Property IsUser As Boolean
Get
public:
property bool IsUser {
bool get ();
}
member IsUser : bool with get
Property Value
Type:
BooleanSee Also