ObjectSecurity::IsDS Property

 

Gets a Boolean value that specifies whether this ObjectSecurity object is a directory object.

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

protected:
property bool IsDS {
	bool get();
}

Property Value

Type: System::Boolean

true if the ObjectSecurity object is a directory object; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: