DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets a property to indicate if SSL should be used with the mobile apps.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool UseSSL { get; set; } | 
| Visual Basic | 
|---|
| Public Property UseSSL As Boolean
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property bool UseSSL {
	bool get () sealed;
	void set (bool value) sealed;
} | 
Property Value
Type: 
BooleanTrue if mobile apps should communicate using SSL.
Return Value
Type: 
BooleanTrue if mobile apps should communicate using SSL.
Remarks
 See Also
See Also