LocationConfigurationCollection.Remove Method (String)
Removes a [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object whose internal name or display name matches the specified string.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Remove ( _
name As String _
) As Boolean
'Usage
Dim instance As LocationConfigurationCollection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.Remove(name)
public bool Remove(
string name
)
Parameters
- name
Type: System.String
Return Value
Type: System.Boolean
See Also
Reference
LocationConfigurationCollection Class