DataConnectionProperties.RemoveProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a natively recognized property from the current collection of properties.
protected:
void RemoveProperty(System::String ^ name);
protected void RemoveProperty (string name);
member this.RemoveProperty : string -> unit
Protected Sub RemoveProperty (name As String)
Parameters
- name
- String
The name of a property to be removed.
Exceptions
The name
parameter is null.