Share via


IVsDataConnectionUIProperties.IsSensitive Method

When implemented by a class, indicates whether a property contains sensitive information.

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

Syntax

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

Parameters

  • key
    Type: System.String

    The name of the property to examine for sensitive information.

Return Value

Type: System.Boolean
true if the property contains sensitive information; otherwise, false.

Remarks

An example of a sensitive property is a password.

.NET Framework Security

See Also

Reference

IVsDataConnectionUIProperties Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace