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


In This Topic
    UpdateID Property
    In This Topic
    The unique update ID
    Syntax
    'Declaration
     
    
    Public Property UpdateID As String
    public string UpdateID {get; set;}
    public:
    property String^ UpdateID {
       String^ get();
       void set (    String^ value);
    }
    See Also