Table of Contents

Interface ITeamChannelIdentity

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Defines the channel reference of the message

public interface ITeamChannelIdentity : IDataModel<ITeamChannelIdentity>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChannelIdentity>
Inherited Members
Extension Methods

Properties

ChannelId

The ID of the channel

string ChannelId { get; }

Property Value

string

TeamId

The ID of the team

string TeamId { get; set; }

Property Value

string