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

In This Topic
    Hideable Property
    In This Topic
    Indicates whether the user is allowed to hide this message so that it is not show in the future.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property Hideable As Boolean
    [DataMember()]
    public bool Hideable {get; set;}
    See Also