AuthorizationRule::IsInherited Property

 

Gets a value indicating whether this rule is explicitly set or is inherited from a parent container object.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool IsInherited {
	bool get();
}

Property Value

Type: System::Boolean

true if this rule is not explicitly set but is instead inherited from a parent container.

.NET Framework
Available since 2.0
Return to top
Show: