Enum MembershipType
Declares whether the Channel is Public, Private, or Shared, optional attribute (default public).
Namespace: PnP.Framework.Provisioning.Model.Teams
Assembly: PnP.Framework.dll
Syntax
public enum MembershipType : int
Private
The channel is Private
Shared
Standard
The channel is Standard (i.e. Public)