Interface ITeamChannelIdentity
Defines the channel reference of the message
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamChannelIdentity : IDataModel<ITeamChannelIdentity>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChannelIdentity>
Properties
ChannelId
The ID of the channel
Declaration
string ChannelId { get; }
Property Value
System.String
|
TeamId
The ID of the team
Declaration
string TeamId { get; set; }
Property Value
System.String
|