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






Gets or sets a value indicating whether the collection items preserve object references.
Syntax
'Declaration
 
Public Property ItemIsReference As System.Nullable(Of Boolean)
'Usage
 
Dim instance As JsonContainerContract
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

true if collection items preserve object references; otherwise, false.
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

JsonContainerContract Class
JsonContainerContract Members

Send Feedback