JsonNode.Options 属性

定义

获取用于控制行为的选项。

public:
 property Nullable<System::Text::Json::Nodes::JsonNodeOptions> Options { Nullable<System::Text::Json::Nodes::JsonNodeOptions> get(); };
public System.Text.Json.Nodes.JsonNodeOptions? Options { get; }
member this.Options : Nullable<System.Text.Json.Nodes.JsonNodeOptions>
Public ReadOnly Property Options As Nullable(Of JsonNodeOptions)

属性值

Nullable<JsonNodeOptions>

适用于