SPConnectionValueInformation.IsValueLookupId Property
Gets or sets a flag indicating whether the value is an ID of a lookup field.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property IsValueLookupId As Boolean
Get
Set
'Usage
Dim instance As SPConnectionValueInformation
Dim value As Boolean
value = instance.IsValueLookupId
instance.IsValueLookupId = value
public bool IsValueLookupId { get; set; }
Property Value
Type: System.Boolean
true if the value is an ID of a lookup field; otherwise, false.
See Also
Reference
SPConnectionValueInformation Class