Gets or sets the client channel to be closed.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CloseChannel As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ChannelFields
Dim value As String
instance.CloseChannel = value
value = instance.CloseChannel
|
C# | |
---|
public string CloseChannel {get; set;} |
Return Value
A
String value representing the channel ID in a session to be closed.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also