de la propiedad SPFieldLookupValue.LookupValue
Obtiene el valor del campo de búsqueda como una cadena.
Espacio de nombres: Microsoft.SharePoint
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Overridable Property LookupValue As String
Get
Protected Set
'Uso
Dim instance As SPFieldLookupValue
Dim value As String
value = instance.LookupValue
instance.LookupValue = value
public virtual string LookupValue { get; protected set; }
Valor de propiedad
Tipo: System.String
Una cadena que contiene el valor del campo de búsqueda.