Share via


DataConnectionProperties.Remove(String) Method

Definition

Removes a property from the current connection property collection.

public:
 virtual void Remove(System::String ^ propertyName);
public virtual void Remove (string propertyName);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Overridable Sub Remove (propertyName As String)

Parameters

propertyName
String

Name of the property to be removed from the current set.

Implements

Exceptions

The propertyName parameter is null.

Applies to