DeleteConnectorProperties method: ConnectorInfo collection
Syntax
DeleteConectorProperties(Name)
Description
Use the DeleteConnectorProperties to delete a specific connector property.
Use the ClearConnectorProperties method to remove all the properties.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specify the name of the connector property you want to delete. |
Returns
A Boolean value: true if the property is deleted successfully, false otherwise.
Related Topics