Click or drag to resize

SPUserValue Class

Implements functionality for a SharePoint lookup value that can be accessed using a unique key.
Inheritance Hierarchy

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

The SPUserValue type exposes the following members.

Constructors
  NameDescription
Public methodSPUserValue
Initializes a new instance of the SPUserValue 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.
(Inherited from SPLookupValue.)
Public propertyLookupValue (Inherited from SPLookupValue.)
Public propertyUser
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
Remarks
Lookup values can be selected i.e. within a choice field.
See Also