DataPA Enterprise Dashboard Controls API Reference
Gets and sets the location the client will check for updates.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public string UpdateLocation { get; set; }
Visual Basic
Public Property UpdateLocation As String
	Get
	Set
Visual C++
public:
virtual property String^ UpdateLocation {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The location the client will check for updates

Return Value

Type: String
The location the client will check for updates

Remarks