ServiceContractResolver.ResolvePropertyName Method (String)
Namespace: Microsoft.WindowsAzure.Mobile.Service.Serialization
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
protected override string ResolvePropertyName(
string propertyName
)
protected:
virtual String^ ResolvePropertyName(
String^ propertyName
) override
override ResolvePropertyName :
propertyName:string -> string
Protected Overrides Function ResolvePropertyName (
propertyName As String
) As String
Return Value
Type: System.String
See Also
ServiceContractResolver Class
Microsoft.WindowsAzure.Mobile.Service.Serialization Namespace
Return to top