Partager via


View.Verify - Méthode

Détermine si le champ spécifié existe dans cet affichage.

Espace de noms :  Microsoft.SharePoint.BusinessData.MetadataModel
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function Verify ( _
    fieldDotNotation As String _
) As Boolean
'Utilisation
Dim instance As View
Dim fieldDotNotation As String
Dim returnValue As Boolean

returnValue = instance.Verify(fieldDotNotation)
public bool Verify(
    string fieldDotNotation
)

Paramètres

  • fieldDotNotation
    Type : System.String

    Le nom du champ dans la notation par points.

Valeur renvoyée

Type : System.Boolean
true si le champ existe ; dans le cas contraire, false.

Implémentations

IView.Verify(String)

Remarques

Pour plus d'informations sur l'utilisation de notation par points, voir Using Dot Notation in the Business Data Connectivity (BDC) Service.

Voir aussi

Référence

View classe

View - Membres

Microsoft.SharePoint.BusinessData.MetadataModel - Espace de noms