Json.NET - Quick Starts & API Documentation
UnderlyingType Property
NamespacesNewtonsoft.Json.SerializationJsonContractUnderlyingType
Gets the underlying type for the contract.
Declaration Syntax
C#Visual BasicVisual C++
public Type UnderlyingType { get; private set; }
Public Property UnderlyingType As Type
	Get
	Private Set
public:
property Type^ UnderlyingType {
	Type^ get ();
	private: void set (Type^ value);
}
Value
The underlying type for the contract.

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