Returns the reference to the object containing the actual results returned by the data provider. The type of the object returned depends on the category. The categories currently defined are: Interval, SubSection and TextMessage.
Read-only property
[Visual Basic .NET] |
---|
Public Property Value() As Object |
[C#] |
---|
public Object Value {get;} |
[Managed C++] |
---|
public: __property IUnknown ^ get_Value(); |
[Unmanaged C++] |
---|
public: HRESULT get_Value( IUnknown ** ppVal ); |
[Java] |
---|
public Object getValue(); |