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

In This Topic
    Hidden Property
    In This Topic
    Indicates whether the user has hidden this message.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property Hidden As Boolean
    [DataMember()]
    public bool Hidden {get; set;}
    See Also