WCF-Xtensions Class Reference for .NET
ConstructorParameters Property (JsonObjectContract)






Gets the constructor parameters required for any non-default constructor
Syntax
public JsonPropertyCollection ConstructorParameters {get;}
public read-only property ConstructorParameters: JsonPropertyCollection; 
public function get ConstructorParameters : JsonPropertyCollection
public: __property JsonPropertyCollection* get_ConstructorParameters();
public:
property JsonPropertyCollection^ ConstructorParameters {
   JsonPropertyCollection^ get();
}
'Declaration
 
Public ReadOnly Property ConstructorParameters As JsonPropertyCollection
 
'Usage
 
Dim instance As JsonObjectContract
Dim value As JsonPropertyCollection
 
value = instance.ConstructorParameters
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

JsonObjectContract Class
JsonObjectContract Members

Send Feedback