SPFieldLookupValue.LookupValue - Propriété
Obtient la valeur du champ liste de choix sous forme de chaîne.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overridable Property LookupValue As String
Get
Protected Set
'Utilisation
Dim instance As SPFieldLookupValue
Dim value As String
value = instance.LookupValue
instance.LookupValue = value
public virtual string LookupValue { get; protected set; }
Valeur de propriété
Type : System.String
Chaîne qui contient la valeur du champ liste de choix.