SPFieldLookupValue.LookupValue property
Obtém o valor do campo de pesquisa como uma seqüência de caracteres.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
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; }
Property value
Type: System.String
Uma seqüência de caracteres que contém o valor do campo de pesquisa.