Click or drag to resize
ServerSecurityCollaborationLogging Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether Collaboration logging is enabled.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool CollaborationLogging { get; set; }

Property Value

Type: Boolean
Flag indicating whether Collaboration logging is on.

Return Value

Type: Boolean
Flag indicating whether Collaboration 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