ISessionManage
.
.
::
.
.
IsNull Method
Determines whether the specified key is null.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
bool
IsNull
(
string
key
)
Parameters
key
Type:
String
The key.
Return Value
true
if the specified key is null; otherwise,
false
.
See Also
ISessionManage Interface
Core Namespace