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


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