WCF-Xtensions Class Reference for .NET
Type Property (JObject)






Gets the node type for this JToken.
Syntax
public override JTokenType Type {get;}
public read-only property Type: JTokenType; override; 
public override function get Type : JTokenType
public: __property JTokenType get_Type() override;
public:
property JTokenType Type {
   JTokenType get() override;
}
'Declaration
 
Public Overrides ReadOnly Property Type As JTokenType
 
'Usage
 
Dim instance As JObject
Dim value As JTokenType
 
value = instance.Type

Property Value

The type.
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

JObject Class
JObject Members
Base Implementation in Type

Send Feedback