JsonPropertyDefaultAttribute.

JsonPropertyDefaultAttribute(bool) Constructor

Summary

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

Syntax

public JsonPropertyDefaultAttribute(bool value)

Parameters

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

Return Value

Type Description
void
GitHub