WCF-Xtensions Class Reference for Mono
Property Method






The property name.
Gets a JProperty the specified name.
Syntax
'Declaration
 
Public Function Property( _
   ByVal name As System.String _
) As JProperty
'Usage
 
Dim instance As JObject
Dim name As System.String
Dim value As JProperty
 
value = instance.Property(name)
public JProperty Property( 
   System.string name
)
public function Property( 
    name: System.String
): JProperty; 
public function Property( 
   name : System.String
) : JProperty;
public: JProperty* Property( 
   System.string* name
) 
public:
JProperty^ Property( 
   System.String^ name
) 

Parameters

name
The property name.

Return Value

A JProperty with the specified name or null.
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

Send Feedback