CommonSecurityDescriptor.IsDS 属性

定义

获取一个布尔值,该值指定与此 CommonSecurityDescriptor 对象关联的对象是否为目录对象。

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

属性值

true 如果与此 CommonSecurityDescriptor 对象关联的对象是目录对象,则为 ;否则为 false

适用于