MobileServiceContractResolver.ResolvePropertyName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name that should be serialized into JSON for a given property name.
protected override string ResolvePropertyName (string propertyName);
override this.ResolvePropertyName : string -> string
Protected Overrides Function ResolvePropertyName (propertyName As String) As String
Parameters
- propertyName
- String
The property name to be resolved.
Returns
The resolved property name.
Remarks
This method is overridden to support camel-casing the property names.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET