This document is archived and information here might be outdated. Recommended version. |
The data source to be supplied to handler operations.
[Visual Basic .NET] Public Property DataSource As Object
[C#] public object DataSource {get; set;}
[C++]
HRESULT get_DataSource(
VARIANT pvtDataSource
);
[C++]
HRESULT put_DataSource(
Variant* pvtDataSource
);
[C++]
Parameters pvtDataSource [in]
pvtDataSource is a parameter of type VARIANT pvtDataSource [out, retval]
pvtDataSource is a parameter of type VARIANT*