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.
Deletes the property value for the specified name.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub Delete ( _
name As String _
)
'Usage
Dim instance As ExtendedConnectorPropertyCollection
Dim name As String
instance.Delete(name)
public void Delete(
string name
)
Parameters
name
Type: System.StringThe specified property name.
Remarks
This method does not delete the property; it sets the property value to null.
See Also
Reference
ExtendedConnectorPropertyCollection Class