CanInheritPermissions Property
In This Topic
Indicates whether this object supports security inheritance.
Syntax
'Declaration
Public ReadOnly Property CanInheritPermissions As Boolean
public bool CanInheritPermissions {get;}
public:
property bool CanInheritPermissions {
bool get();
}
See Also