Class FieldLookupValue
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Represents a lookup field value
public class FieldLookupValue : FieldValue, IFieldLookupValue, IFieldValue
- Inheritance
-
FieldLookupValue
- Implements
- Derived
- Inherited Members
Constructors
FieldLookupValue(int)
Default constructor
public FieldLookupValue(int lookupId)
Parameters
lookupIdintId of the looked-up item
Properties
IsSecretFieldValue
Is the value a secret value?
public bool IsSecretFieldValue { get; }
Property Value
LookupId
Id of the looked-up item
public int LookupId { get; set; }
Property Value
LookupValue
Value of the key property of the looked-up item
public string LookupValue { get; }