Summary
Initializes a new instance of
JsonPropertyDefaultAttribute
with the specified default property value.
- Namespace
-
GitVersion
.Configuration .Attributes - Containing Type
-
Json
Property Default Attribute
Syntax
public JsonPropertyDefaultAttribute(bool value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | bool | The default value of the property. |
Return Value
| Type | Description |
|---|---|
| void |