SPMobileLookupField.LookupValue - Propriété
Obtient la valeur à rechercher sous la forme d'une chaîne.
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Protected Overridable ReadOnly Property LookupValue As String
Get
'Utilisation
Dim value As String
value = Me.LookupValue
protected virtual string LookupValue { get; }
Valeur de propriété
Type : System.String
String qui représente la valeur qui est recherchée.
Remarques
Cette propriété est fournie pour simplifier le code. Elle renvoie la LookupValue de l'objet auquel se rapporte la propriété LookupFieldValue .