ChannelInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |