Class PropertyBagEntry
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class PropertyBagEntry : BaseModel, IProvisioningTemplateDescendant
Properties
Indexed
Gets or sets the Indexed flag for property bag entry
Declaration
public bool Indexed { get; set; }
Property Value
System.Boolean
|
Key
Gets or sets the Key for property bag entry
Declaration
public string Key { get; set; }
Property Value
System.String
|
Overwrite
Gets or sets the Overwrite flag for property bag entry
Declaration
public bool Overwrite { get; set; }
Property Value
System.Boolean
|
Value
Gets or sets the Value for the property bag entry
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
Equals(PropertyBagEntry)
Compares PropertBag object based on Key, Value, Indexed and Overwrite properties.
Declaration
public bool Equals(PropertyBagEntry other)
Parameters
PropertyBagEntry
other
PropertyBagEntry object |
Returns
System.Boolean
true if the PropertyBagEntry object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with PropertyBagEntry
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object |
Returns
System.Boolean
true if the current object is equal to the PropertyBagEntry |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |