Search Results for

    Show / Hide Table of Contents

    Class FieldLookupValue

    Represents a lookup field value

    Inheritance
    object
    FieldValue
    FieldLookupValue
    FieldUserValue
    Inherited Members
    FieldValue.Field
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class FieldLookupValue : FieldValue, IFieldLookupValue, IFieldValue

    Constructors

    FieldLookupValue(int)

    Default constructor

    Declaration
    public FieldLookupValue(int lookupId)
    Parameters
    int lookupId

    Id of the looked-up item

    Properties

    IsSecretFieldValue

    Is the value a secret value?

    Declaration
    public bool IsSecretFieldValue { get; }
    Property Value
    bool

    Implements
    IFieldLookupValue.IsSecretFieldValue

    LookupId

    Id of the looked-up item

    Declaration
    public int LookupId { get; set; }
    Property Value
    int

    Implements
    IFieldLookupValue.LookupId

    LookupValue

    Value of the key property of the looked-up item

    Declaration
    public string LookupValue { get; }
    Property Value
    string

    Implements
    IFieldLookupValue.LookupValue
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer