WCF-Xtensions Class Reference for Mono
Properties Property (JsonSchema)






Gets or sets the JsonSchema of properties.
Syntax
public System.Collections.Generic.IDictionary<string,JsonSchema> Properties {get; set;}
public read-write property Properties: System.Collections.Generic.IDictionary; 
public function get,set Properties : System.Collections.Generic.IDictionary
public: __property System.Collections.Generic.IDictionary<string*,JsonSchema*>* get_Properties();
public: __property void set_Properties( 
   System.Collections.Generic.IDictionary<string*,JsonSchema*>* value
);
public:
property System.Collections.Generic.IDictionary<String^,JsonSchema^>^ Properties {
   System.Collections.Generic.IDictionary<String^,JsonSchema^>^ get();
   void set (    System.Collections.Generic.IDictionary<String^,JsonSchema^>^ value);
}
'Declaration
 
Public Property Properties As System.Collections.Generic.IDictionary(Of String,JsonSchema)
 
'Usage
 
Dim instance As JsonSchema
Dim value As System.Collections.Generic.IDictionary(Of String,JsonSchema)
 
instance.Properties = value
 
value = instance.Properties

Property Value

The JsonSchema of properties.
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

JsonSchema Class
JsonSchema Members

Send Feedback