adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / UpdateMessageID Property


In This Topic
    UpdateMessageID Property
    In This Topic
    The update ID if this message represents a software update notification
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property UpdateMessageID As String
    [CanBeNull()]
    public string UpdateMessageID {get;}
    [CanBeNull()]
    public:
    property String^ UpdateMessageID {
       String^ get();
    }
    See Also