Cookie.Value Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Property Value As String
Get
Private Set
'Usage
Dim instance As Cookie
Dim value As String
value = instance.Value
public string Value { get; private set; }
public:
property String^ Value {
String^ get ();
private: void set (String^ value);
}
member Value : string with get, private set
function get Value () : String
private function set Value (value : String)
Property Value
Type: System.String
Returns String.