FileSystemSecurity.AuditRuleType 屬性

定義

取得 FileSystemSecurity 類別用來表示稽核規則的類型。

public:
 virtual property Type ^ AuditRuleType { Type ^ get(); };
public override Type AuditRuleType { get; }
member this.AuditRuleType : Type
Public Overrides ReadOnly Property AuditRuleType As Type

屬性值

Type 物件,表示 FileSystemAuditRule 類別。

備註

衍生自 類別的 FileSystemSecurity 類別會覆寫 AuditRuleType 屬性,並傳回用來代表稽核許可權的類型。 當您使用包含多種安全性物件的陣列或集合時,請使用此屬性來判斷要搭配每個安全性物件使用的正確稽核規則類型。

適用於