Search Results for

    Show / Hide Table of Contents

    Class FieldValue

    Base class for all field value classes

    Inheritance
    object
    FieldValue
    FieldLocationValue
    FieldLookupValue
    FieldTaxonomyValue
    FieldThumbnailValue
    FieldUrlValue
    Inherited Members
    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 abstract class FieldValue : IFieldValue

    Constructors

    FieldValue()

    Default constructor

    Declaration
    public FieldValue()

    Properties

    Field

    Field linked to this field value

    Declaration
    public IField Field { get; set; }
    Property Value
    IField

    Implements
    IFieldValue.Field
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer