Table of Contents

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

lookupId int

Id of the looked-up item

Properties

IsSecretFieldValue

Is the value a secret value?

public bool IsSecretFieldValue { get; }

Property Value

bool

LookupId

Id of the looked-up item

public int LookupId { get; set; }

Property Value

int

LookupValue

Value of the key property of the looked-up item

public string LookupValue { get; }

Property Value

string