ClientConfigUpdateLocation Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the location the client will check for updates.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string UpdateLocation { get; set; }
Public Property UpdateLocation As String
Get
Set
public:
virtual property String^ UpdateLocation {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_UpdateLocation();
function set_UpdateLocation(value);
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