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


In This Topic
    LogFileName Property
    In This Topic
    The name of the log file containing details related to the message
    Syntax
    'Declaration
     
    
    <XmlIgnoreAttribute()>
    <IgnoreDataMemberAttribute()>
    Public Property LogFileName As String
    [XmlIgnore()]
    [IgnoreDataMember()]
    public string LogFileName {get; set;}
    [XmlIgnore()]
    [IgnoreDataMember()]
    public:
    property String^ LogFileName {
       String^ get();
       void set (    String^ value);
    }
    See Also