DataPA Enterprise Dashboard Controls API Reference 
        
 Gets the location the client will check for updates.
 
        
        Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# | 
|---|
public static string UpdateLocation { get; } | 
| Visual Basic | 
|---|
Public Shared ReadOnly Property UpdateLocation As String
	Get  | 
| Visual C++ | 
|---|
public:
static property String^ UpdateLocation {
	String^ get ();
} | 
Property Value
Type: 
StringThe location the client will check for updates
Return Value
Type: 
StringThe location the client will check for updates
Remarks
See Also