Share via


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

public System.Web.Razor.Parser.SyntaxTree.SpanKind Kind { get; set; }
member this.Kind : System.Web.Razor.Parser.SyntaxTree.SpanKind with get, set
Public Property Kind As SpanKind

Property Value

The span kind of the span builder.

Applies to