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

In This Topic
    UpdateID Property
    In This Topic
    The unique update ID
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property UpdateID As String
    [DataMember()]
    public string UpdateID {get; set;}
    See Also