ObjectSecurity.IsDS プロパティ

定義

この ObjectSecurity オブジェクトがディレクトリ オブジェクトかどうかを指定するブール値を取得します。

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

プロパティ値

ObjectSecurity オブジェクトがディレクトリ オブジェクトの場合、true。それ以外の場合、false

適用対象