Compartilhar via


DataConnectionProperties.IsSensitive(String) Method

Definition

Indicates whether a property contains sensitive information.

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

Parameters

propertyName
String

The name of the property.

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