JsonPropertyDefaultAttribute.

JsonPropertyDefaultAttribute(string) Constructor

Summary

Initializes a new instance of JsonPropertyDefaultAttribute with the specified default property value.

Syntax

public JsonPropertyDefaultAttribute(string value)

Parameters

Name Type Description
value string The default value of the property.

Return Value

Type Description
void
GitHub