Class Office365GroupsSettings
Defines a Office365GroupsSettings object
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.Office365Groups
Assembly: PnP.Framework.dll
Syntax
public class Office365GroupsSettings : BaseModel, IProvisioningTemplateDescendant
Constructors
Office365GroupsSettings()
Declaration
public Office365GroupsSettings()
Properties
Properties
Properties of the file
Declaration
public Dictionary<string, string> Properties { get; }
Property Value
Dictionary<System.String, System.String>
|
Methods
Equals(Office365GroupsSettings)
Compares Office365GroupsSettings object based on DriveRoots
Declaration
public bool Equals(Office365GroupsSettings other)
Parameters
Office365GroupsSettings
other
Office365GroupsSettings Class object |
Returns
System.Boolean
true if the Office365GroupsSettings object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with Office365GroupsSettings class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents Office365GroupsSettings |
Returns
System.Boolean
Checks whether object is Office365GroupsSettings class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |