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
name
Type: System.StringThe name of the property to add.
value
Type: System.ObjectThe value of the property to add.