Gets and sets an array of text strings assigned to each object. The array is indexed by a Namespace identifier.
Note: C# exposes this property as get_ClientData and set_clientData
JavaScript |
|
|
|
ClientData( Namespace pVal) |
C++ |
|
|
|
HRESULT ClientData( [in] BSTR Namespace, [out, retval] BSTR* pVal) HRESULT ClientData( [in] BSTR Namespace, [in] BSTR pVal) |