Class TeamChannelOptions
Available options for Teams channel
public class TeamChannelOptions
- Inheritance
-
TeamChannelOptions
- Inherited Members
Constructors
TeamChannelOptions(string)
Creates a new TeamChannelOptions instance
with the provided description.
public TeamChannelOptions(string description = null)
Parameters
descriptionstringThe channel description.
Properties
Description
Gets or sets the channel description.
public string Description { get; set; }
Property Value
MembershipType
Gets or sets the channel membership type.
The membership type cannot be changed for existing channels.
public TeamChannelMembershipType? MembershipType { get; set; }