Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("SessionID property has been deprecated and will be removed. Use the Session property instead.", _ True)> _ Public ReadOnly Property SessionID As String Get |
| C# |
|---|
[ObsoleteAttribute("SessionID property has been deprecated and will be removed. Use the Session property instead.", true)] public string SessionID { get; } |