ObjectSecurity.AuditRuleType プロパティ

定義

このObjectSecurity オブジェクトの監査規則に関連付けられているType オブジェクトを取得します。 Type オブジェクトは、SecurityIdentifier オブジェクトとしてキャストできるオブジェクトである必要があります。

public:
 abstract property Type ^ AuditRuleType { Type ^ get(); };
public abstract Type AuditRuleType { get; }
member this.AuditRuleType : Type
Public MustOverride ReadOnly Property AuditRuleType As Type

プロパティ値

この ObjectSecurity オブジェクトの監査規則に関連付けられているオブジェクトの型。

適用対象