WCF-Xtensions Class Reference for Mono
Parent Property






Gets or sets the parent.
Syntax
'Declaration
 
Public ReadOnly Property Parent As JContainer
'Usage
 
Dim instance As JToken
Dim value As JContainer
 
value = instance.Parent
public JContainer Parent {get;}
public read-only property Parent: JContainer; 
public function get Parent : JContainer
public: __property JContainer* get_Parent();
public:
property JContainer^ Parent {
   JContainer^ get();
}

Property Value

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

JToken Class
JToken Members

Send Feedback