Search Results for

    Show / Hide Table of Contents

    Class Office365GroupsSettings

    Defines a Office365GroupsSettings object

    Inheritance
    System.Object
    BaseModel
    Office365GroupsSettings
    Inherited Members
    BaseModel.ParentTemplate
    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer