DataConnectionProperties.IsSensitive(String) Method

Definition

Indicates whether a property contains sensitive information.

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

Parameters

key
String

The name of the property.

Returns

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

Implements

Exceptions

The key parameter is null.

Applies to