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