Share 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
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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

See also

Reference

PropertyCollection class

PropertyCollection members

Add overload

Microsoft.SharePoint.BusinessData.Administration namespace