PropertyCollection.Remove Method (String)
Removes a property from the collection by using the name of the property.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Remove ( _
name As String _
)
'Usage
Dim instance As PropertyCollection
Dim name As String
instance.Remove(name)
public void Remove(
string name
)
Parameters
name
Type: System.StringThe name of the property.