WCF-Xtensions Class Reference for Mono
AddProperty Method






The property to add to the collection.
Adds a JsonProperty object.
Syntax
'Declaration
 
Public Sub AddProperty( _
   ByVal property As JsonProperty _
) 
'Usage
 
Dim instance As JsonPropertyCollection
Dim property As JsonProperty
 
instance.AddProperty(property)
public void AddProperty( 
   JsonProperty property
)
public procedure AddProperty( 
    property: JsonProperty
); 
public function AddProperty( 
   property : JsonProperty
);
public: void AddProperty( 
   JsonProperty* property
) 
public:
void AddProperty( 
   JsonProperty^ property
) 

Parameters

property
The property to add to the collection.
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

JsonPropertyCollection Class
JsonPropertyCollection Members

Send Feedback