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


In This Topic
    ReplacementText Property
    In This Topic
    Contains the replacement text used, if TextReplaced is true
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property ReplacementText As String
    [CanBeNull()]
    public string ReplacementText {get;}
    [CanBeNull()]
    public:
    property String^ ReplacementText {
       String^ get();
    }
    See Also