Search Results for

    Show / Hide Table of Contents

    Interface IFieldLookupValue

    Represents a lookup field value

    Inherited Members
    IFieldValue.Field
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IFieldLookupValue : IFieldValue

    Properties

    IsSecretFieldValue

    Is the value a secret value?

    Declaration
    bool IsSecretFieldValue { get; }
    Property Value
    System.Boolean

    LookupId

    Id of the looked-up item

    Declaration
    int LookupId { get; set; }
    Property Value
    System.Int32

    LookupValue

    Value of the key property of the looked-up item

    Declaration
    string LookupValue { get; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer