Compartir a través de


: Application.ApplicationField (Constructor) (Microsoft.SharePoint.Portal.SingleSignon)

Initializes a new instance of the ApplicationField class.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal.SingleSignon (in microsoft.sharepoint.portal.singlesignon.dll)

Sintaxis

'Declaración
Public Sub New ( _
    strField As String, _
    fMask As Boolean _
)
'Uso
Dim strField As String
Dim fMask As Boolean

Dim instance As New ApplicationField(strField, fMask)
public ApplicationField (
    string strField,
    bool fMask
)

Parámetros

  • strField
    The application field name. The string must contain at least 1 character and no more than 128 characters.
  • fMask
    true if the field is masked; otherwise, false.

Vea también

Referencia

Application.ApplicationField (Clase)
Application.ApplicationField (Miembros)
Microsoft.SharePoint.Portal.SingleSignon (Espacio de nombres)