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 shown in the future.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property Hideable As Boolean
    [DataMember()]
    public bool Hideable {get; set;}
    [DataMember()]
    public:
    property bool Hideable {
       bool get();
       void set (    bool value);
    }
    See Also