adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SoftwareUpdateMessage Class / UpdateURL Property


In This Topic
    UpdateURL Property
    In This Topic
    The address where the update can be downloaded
    Syntax
    'Declaration
     
    
    Public Property UpdateURL As String
    public string UpdateURL {get; set;}
    public:
    property String^ UpdateURL {
       String^ get();
       void set (    String^ value);
    }
    See Also