adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SearchReplaceMatch Class / FieldDisplayName Property


In This Topic
    FieldDisplayName Property
    In This Topic
    User-friendly name of the field where the match was found
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property FieldDisplayName As String
    [CanBeNull()]
    public string FieldDisplayName {get;}
    [CanBeNull()]
    public:
    property String^ FieldDisplayName {
       String^ get();
    }
    See Also