IMainViewNewVersionDownloadUrl Property |
Gets or sets the URL to send users to when a new version is detected.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string NewVersionDownloadUrl { get; set; }
Property NewVersionDownloadUrl As String
Get
Set
property String^ NewVersionDownloadUrl {
String^ get ();
void set (String^ value);
}
abstract NewVersionDownloadUrl : string with get, set
Property Value
Type:
StringSee Also