SPConnectionValueInformation.IsValueLookupId - Propriété

Obtient ou définit un indicateur qui indique si la valeur est l'ID d'un champ liste de choix.

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

Syntaxe

'Déclaration
Public Property IsValueLookupId As Boolean
    Get
    Set
'Utilisation
Dim instance As SPConnectionValueInformation
Dim value As Boolean

value = instance.IsValueLookupId

instance.IsValueLookupId = value
public bool IsValueLookupId { get; set; }

Valeur de propriété

Type : System.Boolean
true si la valeur est l'ID d'un champ liste de choix ; dans le cas contraire, false.

Voir aussi

Référence

SPConnectionValueInformation classe

SPConnectionValueInformation - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms