Search Results for

    Show / Hide Table of Contents

    Interface IFieldUrlValue

    Represents the value in a field of type Url

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

    Properties

    Description

    Description of the Url

    Declaration
    string Description { get; set; }
    Property Value
    System.String

    Url

    Url

    Declaration
    string Url { get; set; }
    Property Value
    System.String

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