ServerSecurityAppendToLogFile Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property to indicate if the log file shown be appended to.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AppendToLogFile { get; set; }
Public Property AppendToLogFile As Boolean
Get
Set
public:
virtual property bool AppendToLogFile {
bool get () sealed;
void set (bool value) sealed;
}
function get_AppendToLogFile();
function set_AppendToLogFile(value);
Property Value
Type:
BooleanTrue if the log file shown be appended to.
Return Value
Type:
BooleanTrue if the log file shown be appended to.
Remarks See Also