ResolvePropertyName Method (propertyName)

Json.NET

Json.NET - Quick Starts & API Documentation ResolvePropertyName Method (propertyName)
NamespacesNewtonsoft.Json.SerializationDefaultContractResolverResolvePropertyName(String)
Resolves the name of the property.
Declaration Syntax
C# Visual Basic Visual C++
protected virtual string ResolvePropertyName(
	string propertyName
)
Protected Overridable Function ResolvePropertyName ( _
	propertyName As String _
) As String
protected:
virtual String^ ResolvePropertyName(
	String^ propertyName
)
Parameters
propertyName (String)
Name of the property.
Return Value
Name of the property.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)