DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets a value that indicates the number times to retry the getting of an agent lock for a user request.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public long UserAgentRetry { get; set; } | 
| Visual Basic | 
|---|
| Public Property UserAgentRetry As Long
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property long long UserAgentRetry {
	long long get () sealed;
	void set (long long value) sealed;
} | 
Property Value
Type: 
Int64The number of times to retry
Return Value
Type: 
Int64The number of times to retry
Remarks
 See Also
See Also