Class TeamTagUserOptions
Options for the team tag members
Inheritance
System.Object
TeamTagUserOptions
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public class TeamTagUserOptions : object
Properties
UserId
UserId to add to the tag
Declaration
public string UserId { get; set; }
Property Value
System.String
|