WCF-Xtensions Class Reference for .NET
IncludeTypeName Property (JsonRpcEndpointBehavior)






Gets and sets whether the serializer should include .NET type name when serializing objects. Set this property to True to support the object polymorphism.
Syntax
public System.bool IncludeTypeName {get; set;}
public read-write property IncludeTypeName: System.Boolean; 
public function get,set IncludeTypeName : System.boolean
public: __property System.bool get_IncludeTypeName();
public: __property void set_IncludeTypeName( 
   System.bool value
);
public:
property System.bool IncludeTypeName {
   System.bool get();
   void set (    System.bool value);
}
'Declaration
 
Public Property IncludeTypeName As System.Boolean
 
'Usage
 
Dim instance As JsonRpcEndpointBehavior
Dim value As System.Boolean
 
instance.IncludeTypeName = value
 
value = instance.IncludeTypeName
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

JsonRpcEndpointBehavior Class
JsonRpcEndpointBehavior Members

Send Feedback