IsPersistent property

Sets or returns whether the custom context object is stored on the user's session making it available across page requests. If TRUE, the custom context is stored on a session state associated with a unique window name found on the query string. Note that the complete IERUCustomContext::QueryString property must be specified in order to retrieve the context on subsequent requests.

Syntax


C++

HRESULT get_IsPersistent(VARIANT_BOOL* pIsPersistent)

HRESULT put_IsPersistent(VARIANT_BOOL myIsPersistent)

Scripting languages

IsPersistent = Object.IsPersistent

Object.IsPersistent = IsPersistent

Home

Applies to

IERUCustomCommand