ApplicationInfoLatestVersionDownloadUri Property  | 
 
            Gets a download link for the latest publicly-available version of Dundas BI.
            
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Uri? LatestVersionDownloadUri { get; }Public ReadOnly Property LatestVersionDownloadUri As Uri
	Get
public:
property Uri^ LatestVersionDownloadUri {
	Uri^ get ();
}member LatestVersionDownloadUri : Uri with get
Property Value
Type: 
UriThe download link for the latest publicly-available version of Dundas BI, or 
 if this information is not available.
See Also