| ISessionManagerItem Property |
Gets or sets a session variable with the given name.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxstring this[
string name
] { get; set; }Default Property Item (
name As String
) As String
Get
Set
property String^ default[String^ name] {
String^ get (String^ name);
void set (String^ name, String^ value);
}abstract Item : string with get, set
Parameters
- name
- Type: SystemString
The name of the session variable.
Property Value
Type:
String
The value of the session variable.
Return Value
Type:
String
See Also