ITargetApplicationField.IsMasked Property
Gets a value indicating whether the field should be masked in the user interface.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property IsMasked As Boolean
Get
'Usage
Dim instance As ITargetApplicationField
Dim value As Boolean
value = instance.IsMasked
bool IsMasked { get; }
Property Value
Type: System.Boolean
true to mask the field; otherwise, false.
See Also
Reference
ITargetApplicationField Interface