TargetApplicationField.IsMasked Property
Gets or sets a value that indicates whether the field should be masked in the UI.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Property IsMasked As Boolean
Get
Set
'Usage
Dim instance As TargetApplicationField
Dim value As Boolean
value = instance.IsMasked
instance.IsMasked = value
public bool IsMasked { get; set; }
Property Value
Type: System.Boolean
true if the field should be masked; otherwise, false.
Implements
ITargetApplicationField.IsMasked