Click or drag to resize

SPLookupValue Class

Represents a lookup item that corresponds to a SharePoint field, i.e. a person field.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class SPLookupValue : LookupValue

The SPLookupValue type exposes the following members.

Constructors
  NameDescription
Public methodSPLookupValue(SPFieldLookupValue)
Initializes a new instance of the SPLookupValue class
Public methodSPLookupValue(Int32, String)
Initializes a new instance of the SPLookupValue class
Top
Properties
  NameDescription
Public propertyKey
The key of the lookup value.
(Inherited from LookupValue.)
Public propertyLookupId
Returns the internal ID used by SharePoint to identify a lookup item.
Public propertyLookupValue
Top
Methods
  NameDescription
Public methodCompareTo(Object) (Inherited from LookupValue.)
Public methodCompareTo(LookupValue) (Inherited from LookupValue.)
Public methodEquals(Object) (Inherited from LookupValue.)
Public methodEquals(LookupValue) (Inherited from LookupValue.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from LookupValue.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse
Public methodToString (Inherited from LookupValue.)
Top
Fields
  NameDescription
Public fieldDisplayName
The display name of the element.
(Inherited from LookupValue.)
Public fieldId
The id of the lookup value.
(Inherited from LookupValue.)
Top
See Also