FileSystemSecurity.AccessRuleType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 FileSystemSecurity 類別用來表示存取規則的列舉型別。
public:
virtual property Type ^ AccessRuleType { Type ^ get(); };
public override Type AccessRuleType { get; }
member this.AccessRuleType : Type
Public Overrides ReadOnly Property AccessRuleType As Type
屬性值
Type 物件,表示 FileSystemAccessRule 類別。
備註
衍生自 類別的 FileSystemSecurity 類別會覆寫 屬性, AccessRuleType 並傳回用來代表存取規則的類型。 當您使用包含多個安全性物件的數位或集合時,請使用此屬性來判斷要搭配每個安全性物件使用的正確存取規則類型。