Class PropertyBagEntryCollection
Collection of PropertyBagEntry objects
Inheritance
System.Object
PropertyBagEntryCollection
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class PropertyBagEntryCollection : BaseProvisioningTemplateObjectCollection<PropertyBagEntry>, IProvisioningTemplateDescendant
Constructors
PropertyBagEntryCollection(ProvisioningTemplate)
Constructor for PropertyBagEntryCollection
Declaration
public PropertyBagEntryCollection(ProvisioningTemplate parentTemplate)
Parameters
ProvisioningTemplate
parentTemplate
Parent provisioning template |