共用方式為


RecipientServiceModelSecurityTokenRequirement.AuditLogLocation 屬性

定義

取得或設定稽核記錄檔的位置。

public:
 property System::ServiceModel::AuditLogLocation AuditLogLocation { System::ServiceModel::AuditLogLocation get(); void set(System::ServiceModel::AuditLogLocation value); };
public System.ServiceModel.AuditLogLocation AuditLogLocation { get; set; }
member this.AuditLogLocation : System.ServiceModel.AuditLogLocation with get, set
Public Property AuditLogLocation As AuditLogLocation

屬性值

AuditLogLocation

稽核記錄檔的位置。

備註

AuditLogLocation 為具有下列成員的列舉:

  • Application:在作業系統事件記錄檔中的應用程式記錄檔。

  • Default:由作業系統決定的預設位置。

  • Security:在事件記錄檔中的安全性記錄檔。

適用於