WCF-Xtensions Class Reference for .NET
TypeId Property (JsonObjectAttribute)






Syntax
public System.object TypeId {get;}
public read-only property TypeId: System.TObject; 
public function get TypeId : System.Object
public: __property System.Object* get_TypeId();
public:
property System.Object^ TypeId {
   System.Object^ get();
}
'Declaration
 
Public ReadOnly Property TypeId As System.Object
 
'Usage
 
Dim instance As JsonObjectAttribute
Dim value As System.Object
 
value = instance.TypeId
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

JsonObjectAttribute Class
JsonObjectAttribute Members

Send Feedback