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

In This Topic
    DebuggingInformation Property
    In This Topic
    Syntax
    'Declaration
     
    
    <XmlIgnoreAttribute()>
    <IgnoreDataMemberAttribute()>
    Public Property DebuggingInformation As String
    [XmlIgnore()]
    [IgnoreDataMember()]
    public string DebuggingInformation {get; set;}
    See Also