ServiceSecurityAuditElement.AuditLogLocation Eigenschap

Definitie

Hiermee haalt u de locatie van het auditlogboek op of stelt u deze in.

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

Waarde van eigenschap

Een geldige AuditLogLocation waarde die de locatie van het auditlogboek aangeeft. De standaardwaarde is Default.

Kenmerken

Van toepassing op