Share via


SpanBuilder.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 span kind of the span builder.

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

Syntax

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

value = instance.Kind

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

Property Value

Type: System.Web.Razor.Parser.SyntaxTree.SpanKind
The span kind of the span builder.

See Also

Reference

SpanBuilder Class

System.Web.Razor.Parser.SyntaxTree Namespace