adTempus API
ArcanaDevelopment.adTempus.Client Namespace / VariableCondition Class / TextMatchRule Property


In This Topic
    TextMatchRule Property
    In This Topic
    The comparison type to use for text comparisons.
    Syntax
    'Declaration
     
    
    Public Property TextMatchRule As TextMatchRule
    public TextMatchRule TextMatchRule {get; set;}
    public:
    property TextMatchRule TextMatchRule {
       TextMatchRule get();
       void set (    TextMatchRule value);
    }
    See Also