WCF-Xtensions Class Reference for Mono
Type Property (JArray)






Gets the node type for this JToken.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Type As JTokenType
'Usage
 
Dim instance As JArray
Dim value As JTokenType
 
value = instance.Type
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;
}

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

JArray Class
JArray Members
Base Implementation in Type

Send Feedback