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(AssemblyVersioningScheme value)
Remarks
The Enum value is converted to string, preferring the symbol name
over the numeral if possible.
Parameters
Name | Type | Description |
---|---|---|
value |
Assembly |
The default value of the property. |
Return Value
Type | Description |
---|---|
void |