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


In This Topic
    Message Property (SoftwareUpdateMessage)
    In This Topic
    The message (announcement) associated with the update
    Syntax
    'Declaration
     
    
    Public Property Message As String
    public string Message {get; set;}
    public:
    property String^ Message {
       String^ get();
       void set (    String^ value);
    }
    See Also