[This is preliminary documentation and is subject to change.]

Initializes a new instance of the JProperty class from another JProperty object.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public JProperty(
	JProperty other
)
Visual Basic (Declaration)
Public Sub New ( _
	other As JProperty _
)
Visual C++
public:
JProperty(
	JProperty^ other
)

Parameters

other
Type: Facebook.Json.Linq..::.JProperty
A JProperty object to copy from.

See Also

JProperty Class
JProperty Overload
Facebook.Json.Linq Namespace