Application.ApplicationField Constructor
Initializes a new instance of the ApplicationField class.
Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
Public Sub New ( _
strField As String, _
fMask As Boolean _
)
'Usage
Dim strField As String
Dim fMask As Boolean
Dim instance As New Application.ApplicationField(strField, _
fMask)
public ApplicationField(
string strField,
bool fMask
)
Parameters
- strField
Type: System.String
The application field name. The string must contain at least 1 character and no more than 128 characters.
- fMask
Type: System.Boolean
true if the field is masked; otherwise, false.
See Also
Reference
Application.ApplicationField Class