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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET