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






Gets or sets whether this property's collection items are serialized as a reference.
Syntax
'Declaration
 
Public Property ItemIsReference As System.Nullable(Of Boolean)
'Usage
 
Dim instance As JsonProperty
Dim value As System.Nullable(Of Boolean)
 
instance.ItemIsReference = value
 
value = instance.ItemIsReference
public System.Nullable<bool> ItemIsReference {get; set;}
public read-write property ItemIsReference: System.Nullable; 
public function get,set ItemIsReference : System.Nullable
public: __property System.Nullable<bool> get_ItemIsReference();
public: __property void set_ItemIsReference( 
   System.Nullable<bool> value
);
public:
property System.Nullable<bool> ItemIsReference {
   System.Nullable<bool> get();
   void set (    System.Nullable<bool> value);
}

Property Value

Whether this property's collection items are serialized as a reference.
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