AdoDotNetConnectionProperties.IsSensitive(String) Method

Definition

Returns a Boolean value indicating whether a specified property contains sensitive information.

public:
 override bool IsSensitive(System::String ^ propertyName);
public override bool IsSensitive (string propertyName);
override this.IsSensitive : string -> bool
Public Overrides Function IsSensitive (propertyName As String) As Boolean

Parameters

propertyName
String

Name of the property for which the indication of sensitive information is provided.

Returns

Returns true if the property contains sensitive information; otherwise returns false.

Exceptions

The propertyName parameter is null.

The property does not exist.

Applies to