Search Results for

    Show / Hide Table of Contents

    Class PropertyType

    Contains Property type elements

    Inheritance
    System.Object
    PropertyType
    Namespace: PnP.Framework.Utilities.WebParts.Schema
    Assembly: PnP.Framework.dll
    Syntax
    public class PropertyType : object

    Properties

    Name

    Represents webpart name

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

    Null

    Gets or sets a value indicating whether the Null property

    Declaration
    public bool Null { get; set; }
    Property Value
    System.Boolean

    NullSpecified

    Gets or sets a value indicating whether the Null property is specified.

    Declaration
    public bool NullSpecified { get; set; }
    Property Value
    System.Boolean

    Type

    Represents webpart type

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

    Value

    Gets or sets the text value.

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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer