[This is preliminary documentation and is subject to change.]
Initializes a new instance of the JProperty class.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public JProperty( string name, params Object[] content ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ name As String, _ ParamArray content As Object() _ ) |
Visual C++ |
---|
public: JProperty( String^ name, ... array<Object^>^ content ) |
Parameters
- name
- Type: System..::.String
The property name.
- content
- Type: array<
System..::.Object
>[]()[]
The property content.