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
name
Type: System.StringThe name of the property.
settingId
Type: System.StringThe identifier of a partition in the Metadata Store to remove the property from; a null reference (Nothing in Visual Basic) indicates default settings.