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


In This Topic
    SourceField Property
    In This Topic
    The name of the field that issued the message, if any
    Syntax
    'Declaration
     
    
    <XmlIgnoreAttribute()>
    <IgnoreDataMemberAttribute()>
    <NotNullAttribute()>
    Public Property SourceField As String
    [XmlIgnore()]
    [IgnoreDataMember()]
    [NotNull()]
    public string SourceField {get; set;}
    [XmlIgnore()]
    [IgnoreDataMember()]
    [NotNull()]
    public:
    property String^ SourceField {
       String^ get();
       void set (    String^ value);
    }
    See Also