[This is preliminary documentation and is subject to change.]
Provides the name of cookie where server keeps client vars
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute]
public string ClientVarsCookieName { get; set; }
[ExternalParameterAttribute(new string[] { ... })]
[ConfigAttribute]
public string ClientVarsCookieName { get; set; }
<ExternalParameterAttribute(New String() { ... })>
<ConfigAttribute>
Public Property ClientVarsCookieName As String
Get
Set
<ExternalParameterAttribute(New String() { ... })>
<ConfigAttribute>
Public Property ClientVarsCookieName As String
Get
Set
public:
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
[ConfigAttribute]
property String^ ClientVarsCookieName {
String^ get ();
void set (String^ value);
}
public:
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
[ConfigAttribute]
property String^ ClientVarsCookieName {
String^ get ();
void set (String^ value);
}
[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute>]
member ClientVarsCookieName : string with get, set
[<ExternalParameterAttribute(new string[] { ... })>]
[<ConfigAttribute>]
member ClientVarsCookieName : string with get, set
Property Value
Type:
String