ServerSecurityAgentLogging Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether Agent logging is enabled.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AgentLogging { get; set; }
Public Property AgentLogging As Boolean
Get
Set
public:
virtual property bool AgentLogging {
bool get () sealed;
void set (bool value) sealed;
}
function get_AgentLogging();
function set_AgentLogging(value);
Property Value
Type:
BooleanFlag indicating whether Agent logging is on.
Return Value
Type:
BooleanFlag indicating whether Agent logging is on.
Remarks This property exists to handle the scenario of where the DataPA Enterprise Service might start before the AppServers have had a chance to start.
See Also