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
LookupId
Id of the looked-up item
int LookupId { get; set; }
Property Value
LookupValue
Value of the key property of the looked-up item
string LookupValue { get; }