Class PropertyContainerType
Contains Property container type elements
Inheritance
System.Object
PropertyContainerType
Namespace: PnP.Framework.Utilities.WebParts.Schema
Assembly: PnP.Framework.dll
Syntax
public class PropertyContainerType : object
Constructors
PropertyContainerType()
Initializes a new instance of the Property
Declaration
public PropertyContainerType()
Properties
Ipersonalizable
Gets collection of webpart property types.
Declaration
public Collections.ObjectModel.Collection<PropertyType> Ipersonalizable { get; }
Property Value
System.
|
IpersonalizableSpecified
Gets a value indicating whether the Ipersonalizable collection is empty.
Declaration
public bool IpersonalizableSpecified { get; }
Property Value
System.
|
Property
Represents property element
Declaration
public Collections.ObjectModel.Collection<PropertyType> Property { get; }
Property Value
System.
|
PropertySpecified
Gets a value indicating whether the Property collection is empty.
Declaration
public bool PropertySpecified { get; }
Property Value
System.
|