Share via


IDataConnectionProperties.Remove(String) Method

Definition

Removes a custom property from a specified set of data connection properties.

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

Parameters

propertyName
String

Name of the custom property to be removed.

Exceptions

The propertyName parameter is null.

Applies to