IsPropertyNameCamel Property
In This Topic
Gets or sets a boolean value indicates whether the property name should be serialzied with camel case.
Syntax
'Declaration
Public Property IsPropertyNameCamel As Boolean
public bool IsPropertyNameCamel {get; set;}
See Also