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.
|
Null
Gets or sets a value indicating whether the Null property
Declaration
public bool Null { get; set; }
Property Value
System.
|
NullSpecified
Gets or sets a value indicating whether the Null property is specified.
Declaration
public bool NullSpecified { get; set; }
Property Value
System.
|
Type
Represents webpart type
Declaration
public string Type { get; set; }
Property Value
System.
|
Value
Gets or sets the text value.
Declaration
public string Value { get; set; }
Property Value
System.
|