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


In This Topic
    HelpContext Property
    In This Topic
    The help context associated with the message, if any
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property HelpContext As String
    [DataMember()]
    public string HelpContext {get; set;}
    [DataMember()]
    public:
    property String^ HelpContext {
       String^ get();
       void set (    String^ value);
    }
    See Also