SPUtility.DoesFieldSupportIsRelationship - Méthode
Retourne une valeur Boolean qui indique si un champ de recherche possède des fonctionnalités de relation.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function DoesFieldSupportIsRelationship ( _
fldLookup As SPFieldLookup _
) As Boolean
'Utilisation
Dim fldLookup As SPFieldLookup
Dim returnValue As Boolean
returnValue = SPUtility.DoesFieldSupportIsRelationship(fldLookup)
public static bool DoesFieldSupportIsRelationship(
SPFieldLookup fldLookup
)
Paramètres
fldLookup
Type : Microsoft.SharePoint.SPFieldLookupLe champ de recherche.
Valeur renvoyée
Type : System.Boolean
true si le champ spécifié prend en charge l'attribut IsRelationship ; dans le cas contraire, false.