Share via


DataConnectionProperties.RemoveProperty Method

Removes a natively recognized property.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Protected Sub RemoveProperty ( _
    name As String _
)
protected void RemoveProperty(
    string name
)
protected:
void RemoveProperty(
    String^ name
)
member RemoveProperty : 
        name:string -> unit
protected function RemoveProperty(
    name : String
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

The name parameter is null.

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

Microsoft.VisualStudio.Data Namespace

AddProperty

AddProperty