WCF-Xtensions Class Reference for Mono
PatternProperties Property






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

Property Value

The pattern 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