DataPA Enterprise Dashboard Controls API Reference 
        
 Gets a DataPA Enterprise Agent.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool GetAgent(
	string Source,
	DPALogging DPALogging = null
) | 
| Visual Basic | 
|---|
| Public Function GetAgent ( 
	Source As String,
	Optional DPALogging As DPALogging = Nothing
) As Boolean | 
| Visual C++ | 
|---|
| public:
virtual bool GetAgent(
	String^ Source, 
	DPALogging^ DPALogging = nullptr
) sealed | 
Parameters
- Source
- Type: System..::..String
 The source string for logging purposes.
- DPALogging (Optional)
- Type: DPALogging
 An optional DataPA logging object.
Return Value
Type: 
BooleanA boolean stating if an agent was successfully aquired.
Remarks
 See Also
See Also