InheritPermissions Property
In This Topic
Indicates whether this object inherits permissions from its security owner.
Syntax
'Declaration
Public Property InheritPermissions As Boolean
public bool InheritPermissions {get; set;}
public:
property bool InheritPermissions {
bool get();
void set ( bool value);
}
See Also