HttpChannel.ChannelName Proprietà

Definizione

Ottiene il nome del canale corrente.

public:
 property System::String ^ ChannelName { System::String ^ get(); };
public string ChannelName { get; }
member this.ChannelName : string
Public ReadOnly Property ChannelName As String

Valore della proprietà

Oggetto String che contiene il nome del canale.

Implementazioni

Commenti

Ogni canale registrato ha un nome univoco. Il nome viene usato per recuperare un canale specifico quando si chiama GetChannel.

Si applica a