DataConnectionProperties.IsSensitive(String) Yöntem

Tanım

Bir özelliğin hassas bilgiler içerip içermediğini gösterir.

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

Parametreler

propertyName
String

Özelliğin adı.

Döndürülenler

Boolean

Özellik hassas bilgiler içeriyorsa true değerini döndürür; Aksi takdirde, false döndürür.

Özel durumlar

propertyNameParametre null.

Özellik yok.

Şunlara uygulanır