FieldUserValue.LookupId Property
Gets or sets the user identifier (ID) that the value of a lookup field for a list item is referring to.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property LookupId As Integer
Get
Set
'Usage
Dim instance As FieldUserValue
Dim value As Integer
value = instance.LookupId
instance.LookupId = value
[RemoteAttribute]
public int LookupId { get; set; }
Property Value
Type: System.Int32
Returns a Int32 instance representing the user identifier (ID) that the value of a lookup field for a list item is referring to.