GetResolvedPropertyName Method (propertyName)

Json.NET

Json.NET - Quick Starts & API Documentation GetResolvedPropertyName Method (propertyName)
NamespacesNewtonsoft.Json.SerializationDefaultContractResolverGetResolvedPropertyName(String)
Gets the resolved name of the property.
Declaration Syntax
C# Visual Basic Visual C++
public string GetResolvedPropertyName(
	string propertyName
)
Public Function GetResolvedPropertyName ( _
	propertyName As String _
) As String
public:
String^ GetResolvedPropertyName(
	String^ propertyName
)
Parameters
propertyName (String)
Name of the property.
Return Value
Name of the property.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)