WCF-Xtensions Class Reference for Mono
HasValues Property (JContainer)






Gets a value indicating whether this token has child tokens.
Syntax
'Declaration
 
Public Overrides ReadOnly Property HasValues As System.Boolean
'Usage
 
Dim instance As JContainer
Dim value As System.Boolean
 
value = instance.HasValues
public override System.bool HasValues {get;}
public read-only property HasValues: System.Boolean; override; 
public override function get HasValues : System.boolean
public: __property System.bool get_HasValues() override;
public:
property System.bool HasValues {
   System.bool get() override;
}

Property Value

true if this token has child values; otherwise, 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

JContainer Class
JContainer Members
Base Implementation in HasValues

Send Feedback