WCF-Xtensions Class Reference for Mono
DictionaryValueType Property






Gets the System.Type of the dictionary values.
Syntax
'Declaration
 
Public ReadOnly Property DictionaryValueType As System.Type
'Usage
 
Dim instance As JsonDictionaryContract
Dim value As System.Type
 
value = instance.DictionaryValueType
public System.Type DictionaryValueType {get;}
public read-only property DictionaryValueType: System.Type; 
public function get DictionaryValueType : System.Type
public: __property System.Type* get_DictionaryValueType();
public:
property System.Type^ DictionaryValueType {
   System.Type^ get();
}

Property Value

The System.Type of the dictionary values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonDictionaryContract Class
JsonDictionaryContract Members

Send Feedback