Share via


TextChange.IsReplace Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a value that indicates whether this text change is a replace.

Namespace:  System.Web.Razor.Text
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public ReadOnly Property IsReplace As Boolean 
    Get
'Usage
Dim instance As TextChange 
Dim value As Boolean 

value = instance.IsReplace
public bool IsReplace { get; }
public:
property bool IsReplace {
    bool get ();
}
member IsReplace : bool
function get IsReplace () : boolean

Property Value

Type: System.Boolean
true if this text change is a replace; otherwise, false.

See Also

Reference

TextChange Structure

System.Web.Razor.Text Namespace