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