SxcAppSessionUserDataHasKey Method |
Namespace: SxcAppSessionLibAssembly: AppSession (in AppSession.dll) Version: 2013.11.22.1 (2013.11.22.1)
Syntaxpublic bool UserDataHasKey(
Object obj
)
Public Function UserDataHasKey (
obj As Object
) As Boolean
public:
bool UserDataHasKey(
Object^ obj
)
member UserDataHasKey :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
Return Value
Type:
Boolean
See Also