IsSystem Property (SecurityEntity)
In This Topic
Indicates whether this is a system-defined (built-in) security entity
Syntax
'Declaration
Public ReadOnly Property IsSystem As Boolean
public bool IsSystem {get;}
public:
property bool IsSystem {
bool get();
}
See Also