Click or drag to resize

JsonPropertyCollectionGetClosestMatchProperty Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)"]

Namespace:  Stimulsoft.Base.Json.Serialization
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public JsonProperty GetClosestMatchProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Stimulsoft.Base.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)"]

Return Value

Type: JsonProperty

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Serialization.JsonPropertyCollection.GetClosestMatchProperty(System.String)"]

See Also