'Declaration Public Function New( _ ByVal skipIfDefault As Boolean, _ ByVal order As Integer, _ ByVal propertyName As String _ )
public JsonAttribute( bool skipIfDefault, int order, string propertyName )
Parameters
- skipIfDefault
- A flag indicating whether the default value should be serialized or deserialized.
- order
- A System.Int32 value indicating the order of serialization or deserialization.
- propertyName
- The specified name the property would be serialized.