CSharpTest.Net
ChannelName Property
See Also  Example Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.IpcChannel Namespace > IpcEventChannel Class : ChannelName Property

Glossary Item Box

Returns the channel name of this instance

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ChannelName As String
C# 
public string ChannelName {get;}

Example

Library/Library.Test/TestIpcChannel.cs

C#Copy Code
using (IpcEventChannel channel = new IpcEventChannel(_registrar, _channel))
    Assert.AreEqual(_channel, channel.ChannelName);
VB.NETCopy Code
Using channel As New IpcEventChannel(_registrar, _channel)
    Assert.AreEqual(_channel, channel.ChannelName)
End Using

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys