UnderlyingName Property

Json.NET

Json.NET - Quick Starts & API Documentation UnderlyingName Property
NamespacesNewtonsoft.Json.SerializationJsonPropertyUnderlyingName
Gets or sets the name of the underlying member or parameter.
Declaration Syntax
C# Visual Basic Visual C++
public string UnderlyingName { get; set; }
Public Property UnderlyingName As String
	Get
	Set
public:
property String^ UnderlyingName {
	String^ get ();
	void set (String^ value);
}
Value
The name of the underlying member or parameter.

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