WCF-Xtensions Class Reference for Mono
LoadedSchemas Property






Gets or sets the loaded schemas.
Syntax
'Declaration
 
Public ReadOnly Property LoadedSchemas As System.Collections.Generic.IList(Of JsonSchema)
'Usage
 
Dim instance As JsonSchemaResolver
Dim value As System.Collections.Generic.IList(Of JsonSchema)
 
value = instance.LoadedSchemas
public System.Collections.Generic.IList<JsonSchema> LoadedSchemas {get;}
public read-only property LoadedSchemas: System.Collections.Generic.IList; 
public function get LoadedSchemas : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<JsonSchema*>* get_LoadedSchemas();
public:
property System.Collections.Generic.IList<JsonSchema^>^ LoadedSchemas {
   System.Collections.Generic.IList<JsonSchema^>^ get();
}

Property Value

The loaded schemas.
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

JsonSchemaResolver Class
JsonSchemaResolver Members

Send Feedback