共用方式為


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

有效的 AuditLogLocation 值,指定稽核記錄檔的位置。 預設值是 Default

屬性

適用於