Gets or sets the name of the channel.

Namespace:  GrassValley.Mseries.ChanStatus
Assembly:  GrassValley.Mseries.ChanStatus (in GrassValley.Mseries.ChanStatus.dll) Version: 1.0.0.0

Syntax

C#
string ChannelName { get; set; }
Visual Basic (Declaration)
Property ChannelName As String
Visual C++
property String^ ChannelName {
	String^ get ();
	void set (String^ value);
}

Field Value

channel name string

Remarks

Generally, a channel is associated with a channel status object when the status object is created. This property can be used to change this association to the given channel name.

See Also