Share via


IVsDataConnectionUIProperties.IsSensitive(String) Method

Definition

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

public:
 bool IsSensitive(System::String ^ key);
public bool IsSensitive (string key);
abstract member IsSensitive : string -> bool
Public Function IsSensitive (key As String) As Boolean

Parameters

key
String

The name of the property to examine for sensitive information.

Returns

true if the property contains sensitive information; otherwise, false.

Applies to