WCF-Xtensions Class Reference for .NET
Dictionary Property (JsonPropertyCollection)






Syntax
[__DynamicallyInvokable()]
protected System.Collections.Generic.IDictionary<string,JsonProperty> Dictionary {get;}
protected read-only property Dictionary: System.Collections.Generic.IDictionary; 
__DynamicallyInvokableAttribute()
protected function get Dictionary : System.Collections.Generic.IDictionary
[__DynamicallyInvokable()]
protected: __property System.Collections.Generic.IDictionary<string*,JsonProperty*>* get_Dictionary();
[__DynamicallyInvokable()]
protected:
property System.Collections.Generic.IDictionary<String^,JsonProperty^>^ Dictionary {
   System.Collections.Generic.IDictionary<String^,JsonProperty^>^ get();
}
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected ReadOnly Property Dictionary As System.Collections.Generic.IDictionary(Of String,JsonProperty)
 
'Usage
 
Dim instance As JsonPropertyCollection
Dim value As System.Collections.Generic.IDictionary(Of String,JsonProperty)
 
value = instance.Dictionary
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

JsonPropertyCollection Class
JsonPropertyCollection Members

Send Feedback