VBSymbol.Keyword Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the keyword used in the VB.

public System.Web.Razor.Tokenizer.Symbols.VBKeyword? Keyword { get; set; }
member this.Keyword : Nullable<System.Web.Razor.Tokenizer.Symbols.VBKeyword> with get, set
Public Property Keyword As Nullable(Of VBKeyword)

Property Value

The keyword used.

Applies to