[TIBCO.EMS .NET Admin client library 8.1 documentation]

Get or set the multicast channel for this topic.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public string Channel { get; set; }
Public Property Channel As String
public:
property String^ Channel {
	String^ get ();
	void set (String^ value);
}

Return Value

the multicast channel for this topic.

See Also