DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Flag indicating whether Collaboration logging is on.
Flag indicating whether Collaboration logging is on.
      
    
 Gets and sets a value that indicates whether Collaboration logging is enabled.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool CollaborationLogging { get; set; } | 
| Visual Basic | 
|---|
| Public Property CollaborationLogging As Boolean Get Set | 
| Visual C++ | 
|---|
| public: virtual property bool CollaborationLogging { bool get () sealed; void set (bool value) sealed; } | 
Property Value
Type: BooleanFlag indicating whether Collaboration logging is on.
Return Value
Type: BooleanFlag indicating whether Collaboration logging is on.
 Remarks
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.
 
     
     
     
     
     
           
          