DataPA Enterprise Dashboard Controls 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
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:
StringThe location the client will check for updates
Return Value
Type:
StringThe location the client will check for updates
Remarks
See Also