Class TeamChannelMessage
Defines an TeamApp for automated provisiong of Microsoft Teams
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.Teams
Assembly: PnP.Framework.dll
Syntax
public class TeamChannelMessage : BaseModel, IProvisioningTemplateDescendant
Properties
Message
Defines a Message for a Channel in a Team
Declaration
public String Message { get; set; }
Property Value
String
|
Methods
Equals(TeamChannelMessage)
Compares TeamChannelMessage object based on Message
Declaration
public bool Equals(TeamChannelMessage other)
Parameters
TeamChannelMessage
other
TeamChannelMessage Class object |
Returns
System.Boolean
true if the TeamChannelMessage object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with TeamChannelMessage class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents TeamChannelMessage |
Returns
System.Boolean
Checks whether object is TeamChannelMessage class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |