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


In This Topic
    Result Property (SearchReplaceMatch)
    In This Topic
    The SearchReplaceResult this match belongs to
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Result As SearchReplaceResult
    public SearchReplaceResult Result {get;}
    public:
    property SearchReplaceResult^ Result {
       SearchReplaceResult^ get();
    }
    See Also