Share via


ServiceSecurityAuditElement.AuditLogLocation プロパティ

定義

監査ログの場所を取得または設定します。

public:
 property System::ServiceModel::AuditLogLocation AuditLogLocation { System::ServiceModel::AuditLogLocation get(); void set(System::ServiceModel::AuditLogLocation value); };
[System.Configuration.ConfigurationProperty("auditLogLocation", DefaultValue=System.ServiceModel.AuditLogLocation.Default)]
public System.ServiceModel.AuditLogLocation AuditLogLocation { get; set; }
[<System.Configuration.ConfigurationProperty("auditLogLocation", DefaultValue=System.ServiceModel.AuditLogLocation.Default)>]
member this.AuditLogLocation : System.ServiceModel.AuditLogLocation with get, set
Public Property AuditLogLocation As AuditLogLocation

プロパティ値

監査ログの場所を指定する有効な AuditLogLocation の値。 既定値は Default です。

属性

適用対象