Span.Kind Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the kind for this span.

Namespace:  System.Web.Razor.Parser.SyntaxTree
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Property Kind As SpanKind 
    Get 
    Protected Set
'Usage
Dim instance As Span 
Dim value As SpanKind 

value = instance.Kind

instance.Kind = value
public SpanKind Kind { get; protected set; }
public:
property SpanKind Kind {
    SpanKind get ();
    protected: void set (SpanKind value);
}
member Kind : SpanKind with get, set
function get Kind () : SpanKind 
protected function set Kind (value : SpanKind)

Property Value

Type: System.Web.Razor.Parser.SyntaxTree.SpanKind
One of the values of the SpanKind enumeration.

See Also

Reference

Span Class

System.Web.Razor.Parser.SyntaxTree Namespace