ChannelInfo Class

Definition

A channel info object which describes the channel.

public class ChannelInfo
type ChannelInfo = class
Public Class ChannelInfo
Inheritance
ChannelInfo

Constructors

ChannelInfo()

Initializes a new instance of the ChannelInfo class.

ChannelInfo(String, String)

Initializes a new instance of the ChannelInfo class.

Properties

Id

Gets or sets unique identifier representing a channel.

Name

Gets or sets name of the channel.

Type

Gets or sets type of the channel. Valid values are standard, shared and private.

Applies to