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
     
    
    <DataMemberAttribute()>
    Public Property UpdateURL As String
    [DataMember()]
    public string UpdateURL {get; set;}
    See Also