Interface ITeamApp
Defines a Microsoft Teams App installation
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamApp : IDataModel<ITeamApp>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamApp>, IDataModelGet<ITeamApp>, IDataModelLoad<ITeamApp>
Properties
DisplayName
The Display Name of the Team App
Declaration
string DisplayName { get; set; }
Property Value
System.String
|
DistributionMethod
The method of distribution for the Team App
Declaration
TeamsAppDistributionMethod DistributionMethod { get; set; }
Property Value
TeamsAppDistributionMethod
|
ExternalId
The external ID of the Team App as defined by the developer
Declaration
string ExternalId { get; set; }
Property Value
System.String
|
Id
The unique Id of the Team App in the current app catalog
Declaration
string Id { get; }
Property Value
System.String
|