Interface ITeamApp
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
DistributionMethod
The method of distribution for the Team App
TeamsAppDistributionMethod DistributionMethod { get; set; }
Property Value
ExternalId
The external ID of the Team App as defined by the developer
string ExternalId { get; set; }
Property Value
Id
The unique Id of the Team App in the current app catalog
string Id { get; }