PropertyName Property

Definition

Namespace Tomlyn.Parsing
Assembly Tomlyn.dll

Gets the property name when Kind is PropertyName. This value is only populated when the parser was configured to decode scalars eagerly; otherwise use GetPropertyName() to decode it from the original input.

public string? PropertyName { get; }

Returns