Interface ITeamTagMember
Represents a tag associated with a team.
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamTagMember : IDataModel<ITeamTagMember>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamTagMember>
Properties
DisplayName
The member's display name.
Declaration
string DisplayName { get; }
Property Value
System.String
|
Id
ID of the member.
Declaration
string Id { get; }
Property Value
System.String
|
TenantId
The ID of the tenant that the tag member is a part of.
Declaration
string TenantId { get; set; }
Property Value
System.String
|
UserId
The user ID of the member.
Declaration
string UserId { get; }
Property Value
System.String
|