ObjectSecurity.IsDS Proprietà
Definizione
Ottiene un valore booleano che specifica se l'oggetto ObjectSecurity è un oggetto directory.Gets a Boolean value that specifies whether this ObjectSecurity object is a directory object.
protected:
property bool IsDS { bool get(); };
protected bool IsDS { get; }
member this.IsDS : bool
Protected ReadOnly Property IsDS As Boolean
Valore della proprietà
true
se l'oggetto ObjectSecurity è un oggetto directory; in caso contrario, false
.true
if the ObjectSecurity object is a directory object; otherwise, false
.