Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the Feature property with the specified name from the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub Remove ( _
name As String _
)
'Usage
Dim instance As SPFeaturePropertyCollection
Dim name As String
instance.Remove(name)
public void Remove(
string name
)
Parameters
name
Type: System.StringA name of the Feature property.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | name is null . |
See Also
Reference
SPFeaturePropertyCollection Class