Share via


PropertyCollection.Remove method (String, String)

Removes a property from the collection by using the name of the property and the setting identifier.

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

Syntax

'Declaration
Public Sub Remove ( _
    name As String, _
    settingId As String _
)
'Usage
Dim instance As PropertyCollection
Dim name As String
Dim settingId As String

instance.Remove(name, settingId)
public void Remove(
    string name,
    string settingId
)

Parameters

  • settingId
    Type: System.String

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

See also

Reference

PropertyCollection class

PropertyCollection members

Remove overload

Microsoft.SharePoint.BusinessData.Administration namespace