adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / TextMatchRuleDescription Method
The TextMatchRule to describe.


In This Topic
    TextMatchRuleDescription Method
    In This Topic
    Gets display name for a TextMatchRule value
    Syntax
    'Declaration
     
    
    Public Shared Function TextMatchRuleDescription( _
       ByVal value As TextMatchRule _
    ) As String
    public static string TextMatchRuleDescription( 
       TextMatchRule value
    )
    public:
    static String^ TextMatchRuleDescription( 
       TextMatchRule value
    ) 

    Parameters

    value
    The TextMatchRule to describe.
    See Also