Share via


IVsDataConnectionProperties.Reset Method (String)

When implemented by a class, removes the specified property from the current set of data connection properties.

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

Syntax

'Declaration
Function Reset ( _
    key As String _
) As Boolean
bool Reset(
    string key
)
bool Reset(
    String^ key
)
abstract Reset : 
        key:string -> bool
function Reset(
    key : String
) : boolean

Parameters

  • key
    Type: System.String

    The name of the property key for the property to be reset.

Return Value

Type: System.Boolean
true if the property is removed; false if the property is not found.

.NET Framework Security

See Also

Reference

IVsDataConnectionProperties Interface

Reset Overload

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace