Table of Contents

Interface ITeamApp

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

Defines a Microsoft Teams App installation

public interface ITeamApp : IDataModel<ITeamApp>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamApp>, IDataModelGet<ITeamApp>, IDataModelLoad<ITeamApp>
Inherited Members
Extension Methods

Properties

DisplayName

The Display Name of the Team App

string DisplayName { get; set; }

Property Value

string

DistributionMethod

The method of distribution for the Team App

TeamsAppDistributionMethod DistributionMethod { get; set; }

Property Value

TeamsAppDistributionMethod

ExternalId

The external ID of the Team App as defined by the developer

string ExternalId { get; set; }

Property Value

string

Id

The unique Id of the Team App in the current app catalog

string Id { get; }

Property Value

string