WCF-Xtensions Class Reference for Mono
PropertyType Property (JsonProperty)






Gets or sets the type of the property.
Syntax
public System.Type PropertyType {get; set;}
public read-write property PropertyType: System.Type; 
public function get,set PropertyType : System.Type
public: __property System.Type* get_PropertyType();
public: __property void set_PropertyType( 
   System.Type* value
);
public:
property System.Type^ PropertyType {
   System.Type^ get();
   void set (    System.Type^ value);
}
'Declaration
 
Public Property PropertyType As System.Type
 
'Usage
 
Dim instance As JsonProperty
Dim value As System.Type
 
instance.PropertyType = value
 
value = instance.PropertyType

Property Value

The type of the property.
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

JsonProperty Class
JsonProperty Members

Send Feedback