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)
System.Int32
lookupId
Id of the looked-up item |
Is the value a secret value?
public bool IsSecretFieldValue { get; }
System.Boolean
|
Id of the looked-up item
public int LookupId { get; set; }
System.Int32
|
Value of the key property of the looked-up item
public string LookupValue { get; }
System.String
|