ServerSecurityLoggingMethods Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the logging methods setting.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string LoggingMethods { get; set; }
Public Property LoggingMethods As String
Get
Set
public:
virtual property String^ LoggingMethods {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_LoggingMethods();
function set_LoggingMethods(value);
Property Value
Type:
StringA comma separated list of Enum values of the LoggingMethod Type. 0 means all.
Return Value
Type:
StringA comma separated list of Enum values of the LoggingMethod Type. 0 means all.
Remarks See Also