DictionaryValueType Property

Json.NET

Json.NET - Quick Starts & API Documentation DictionaryValueType Property
NamespacesNewtonsoft.Json.SerializationJsonDictionaryContractDictionaryValueType
Gets the Type of the dictionary values.
Declaration Syntax
C# Visual Basic Visual C++
public Type DictionaryValueType { get; private set; }
Public Property DictionaryValueType As Type
	Get
	Private Set
public:
property Type^ DictionaryValueType {
	Type^ get ();
	private: void set (Type^ value);
}
Value
The Type of the dictionary values.

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