WCF-Xtensions Class Reference for Mono
IsReference Property (JsonContainerAttribute)






Gets or sets a value that indicates whether to preserve object references.
Syntax
'Declaration
 
Public Property IsReference As System.Boolean
'Usage
 
Dim instance As JsonContainerAttribute
Dim value As System.Boolean
 
instance.IsReference = value
 
value = instance.IsReference
public System.bool IsReference {get; set;}
public read-write property IsReference: System.Boolean; 
public function get,set IsReference : System.boolean
public: __property System.bool get_IsReference();
public: __property void set_IsReference( 
   System.bool value
);
public:
property System.bool IsReference {
   System.bool get();
   void set (    System.bool value);
}

Property Value

true to keep object reference; otherwise, false. The default is 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

JsonContainerAttribute Class
JsonContainerAttribute Members

Send Feedback