Table of Contents

Interface IFieldLookupValue

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Represents a lookup field value

public interface IFieldLookupValue : IFieldValue
Inherited Members

Properties

IsSecretFieldValue

Is the value a secret value?

bool IsSecretFieldValue { get; }

Property Value

bool

LookupId

Id of the looked-up item

int LookupId { get; set; }

Property Value

int

LookupValue

Value of the key property of the looked-up item

string LookupValue { get; }

Property Value

string