Class BaseTeam
Base abstract class for Team and TeamTemplate types
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.Teams
Assembly: PnP.Framework.dll
Syntax
public abstract class BaseTeam : BaseModel, IProvisioningTemplateDescendant
Properties
Classification
The Classification for the Team
Declaration
public String Classification { get; set; }
Property Value
String
|
Description
The Description of the Team
Declaration
public String Description { get; set; }
Property Value
String
|
DisplayName
The Display Name of the Team
Declaration
public String DisplayName { get; set; }
Property Value
String
|
HiddenGroupMembershipEnabled
Specifies whether to hide the members of the Microsoft 365 Group from users who aren't members of the group, optional attribute
Declaration
public bool HiddenGroupMembershipEnabled { get; set; }
Property Value
System.Boolean
|
Photo
The Photo for the Team
Declaration
public String Photo { get; set; }
Property Value
String
|
Visibility
The Visibility for the Team
Declaration
public TeamVisibility? Visibility { get; set; }
Property Value
System.Nullable<TeamVisibility>
|
Methods
Equals(BaseTeam)
Compares BaseTeam object based on DisplayName, Description, Classification, Visibility, Photo, and HiddenGroupMembershipEnabled
Declaration
public bool Equals(BaseTeam other)
Parameters
BaseTeam
other
BaseTeam Class object |
Returns
System.Boolean
true if the BaseTeam object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with BaseTeam class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents BaseTeam |
Returns
System.Boolean
Checks whether object is BaseTeam class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |