Share via


CommonSecurityDescriptor.IsDS 屬性

定義

取得布林值,指定與這個 CommonSecurityDescriptor 物件相關聯的物件是否為目錄物件。

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

屬性值

如果與這個 CommonSecurityDescriptor 物件相關聯的物件為目錄物件則為 true,否則為 false

適用於