Search Results for

    Show / Hide Table of Contents

    Class GroupPatchModel

    Defines a Microsoft Graph Group

    Inheritance
    System.Object
    GroupPatchModel
    Namespace: PnP.Framework.Graph.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class GroupPatchModel : object

    Properties

    HideFromAddressLists

    True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false.

    Declaration
    public bool? HideFromAddressLists { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    HideFromOutlookClients

    True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false.

    Declaration
    public bool? HideFromOutlookClients { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    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