Bearbeiten

CommonSecurityDescriptor.IsDS Property

Definition

Gets a Boolean value that specifies whether the object associated with this CommonSecurityDescriptor object is a directory object.

public:
 property bool IsDS { bool get(); };
public bool IsDS { get; }
member this.IsDS : bool
Public ReadOnly Property IsDS As Boolean

Property Value

true if the object associated with this CommonSecurityDescriptor object is a directory object; otherwise, false.

Applies to