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