다음을 통해 공유


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입니다.

특성

적용 대상