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; }

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also