Share via


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

  • settingId
    Type: System.String

    The identifier of a partition in the Metadata Store to add properties to; a null reference (Nothing in Visual Basic) indicates default settings.

See Also

Reference

PropertyCollection Class

PropertyCollection Members

Add Overload

Microsoft.SharePoint.BusinessData.Administration Namespace