MutexSecurity.AuditRuleType 屬性

定義

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

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

屬性值

Type 物件,表示 MutexAuditRule 類別。

備註

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

適用於