WCF-Xtensions Class Reference for Mono
CreatedType Property






Gets or sets the type created during deserialization.
Syntax
'Declaration
 
Public Property CreatedType As System.Type
'Usage
 
Dim instance As JsonContract
Dim value As System.Type
 
instance.CreatedType = value
 
value = instance.CreatedType
public System.Type CreatedType {get; set;}
public read-write property CreatedType: System.Type; 
public function get,set CreatedType : System.Type
public: __property System.Type* get_CreatedType();
public: __property void set_CreatedType( 
   System.Type* value
);
public:
property System.Type^ CreatedType {
   System.Type^ get();
   void set (    System.Type^ value);
}

Property Value

The type created during deserialization.
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

JsonContract Class
JsonContract Members

Send Feedback