Class FieldLookupValue
Represents a lookup field value
Inheritance
System.Object
FieldLookupValue
Assembly: PnP.Core.dll
Syntax
public class FieldLookupValue : FieldValue, IFieldLookupValue, IFieldValue
Constructors
Declaration
public FieldLookupValue(int lookupId)
Parameters
System.Int32
lookupId
Id of the looked-up item
|
Properties
Is the value a secret value?
Declaration
public bool IsSecretFieldValue { get; }
Property Value
Implements
Declaration
public int LookupId { get; set; }
Property Value
Implements
Value of the key property of the looked-up item
Declaration
public string LookupValue { get; }
Property Value
Implements