IsSystem Property (AccessControlEntry)
In This Topic
Indicates whether this is a system-managed entry.
Syntax
'Declaration
Public ReadOnly Property IsSystem As Boolean
public bool IsSystem {get;}
public:
property bool IsSystem {
bool get();
}
See Also