Compartilhar via


PropertyCollection.Add Method (String, Object)

Adds a property to the collection by using the name and the value of the property.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Sub Add ( _
    name As String, _
    value As Object _
)
'Usage
Dim instance As PropertyCollection
Dim name As String
Dim value As Object

instance.Add(name, value)
public void Add(
    string name,
    Object value
)

Parameters

  • value
    Type: System.Object

    The value of the property to be added.

See Also

Reference

PropertyCollection Class

PropertyCollection Members

Add Overload

Microsoft.SharePoint.BusinessData.Administration.Client Namespace