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.StringLe 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
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
Microsoft.SharePoint.BusinessData.MetadataModel - Espace de noms