Share via


ImplicitExpressionEditHandler.AcceptTrailingDot Property

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

Gets or sets a value indicating whether the expression accepts trailing dot.

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

Syntax

'Declaration
Public Property AcceptTrailingDot As Boolean 
    Get 
    Private Set
'Usage
Dim instance As ImplicitExpressionEditHandler 
Dim value As Boolean 

value = instance.AcceptTrailingDot
public bool AcceptTrailingDot { get; private set; }
public:
property bool AcceptTrailingDot {
    bool get ();
    private: void set (bool value);
}
member AcceptTrailingDot : bool with get, private set
function get AcceptTrailingDot () : boolean 
private function set AcceptTrailingDot (value : boolean)

Property Value

Type: System.Boolean
true if the expression accepts trailing dot; otherwise, false.

See Also

Reference

ImplicitExpressionEditHandler Class

System.Web.Razor.Editor Namespace