Gets or sets the channel ID returned by the server response.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CId As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ResponseFields
Dim value As String
instance.CId = value
value = instance.CId
|
C# | |
---|
public string CId {get; set;} |
Return Value
A
String value representing the actual capabilities supported by the server.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also