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 Property SessionID As String Get Set |
C# |
---|
[ObsoleteAttribute("SessionID property has been deprecated and will be removed. Use the Session property instead.", true)] public string SessionID { get; set; } |