Interface IFieldLookupValue
Represents a lookup field value
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IFieldLookupValue : IFieldValue
Represents a lookup field value
public interface IFieldLookupValue : IFieldValue
Is the value a secret value?
bool IsSecretFieldValue { get; }
System.Boolean
|
Id of the looked-up item
int LookupId { get; set; }
System.Int32
|
Value of the key property of the looked-up item
string LookupValue { get; }
System.String
|