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(string value)
Parameters
Name | Type | Description |
---|---|---|
value | string | The default value of the property. |
Return Value
Type | Description |
---|---|
void |