Class PropertyContainerTypeIpersonalizable
Contains properties of personalized webparts
Inheritance
System.Object
PropertyContainerTypeIpersonalizable
Namespace: PnP.Framework.Utilities.WebParts.Schema
Assembly: PnP.Framework.dll
Syntax
public class PropertyContainerTypeIpersonalizable : object
Constructors
PropertyContainerTypeIpersonalizable()
Initializes a new instance of the Property
Declaration
public PropertyContainerTypeIpersonalizable()
Properties
Property
Gets collection of webpart property types
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.
|