ServiceSecurityAuditElement.AuditLogLocation Vlastnost

Definice

Získá nebo nastaví umístění protokolu auditu.

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

Hodnota vlastnosti

Platná AuditLogLocation hodnota, která určuje umístění protokolu auditu. Výchozí hodnota je Default.

Atributy

Platí pro