PropertyCollection.Add method (String, Object, String)
Adds a property to the collection by using the name, value, and setting identifier 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, _
settingId As String _
)
'Usage
Dim instance As PropertyCollection
Dim name As String
Dim value As Object
Dim settingId As String
instance.Add(name, value, settingId)
public void Add(
string name,
Object value,
string settingId
)
Parameters
name
Type: System.StringThe name of the property to add.
value
Type: System.ObjectThe value of the property to add.
settingId
Type: System.StringThe identifier of a partition in the Metadata Store to add properties to; a null reference (Nothing in Visual Basic) indicates default settings.