VBSymbol.Keyword Property

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.

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

'Declaration
Public Property Keyword As Nullable(Of VBKeyword)
	Get 
	Set
'Usage
Dim instance As VBSymbol 
Dim value As Nullable(Of VBKeyword)

value = instance.Keyword

instance.Keyword = value

Property Value

Type: System.Nullable(Of VBKeyword)
The keyword used.
Show: