This document is archived and information here might be outdated. Recommended version. |
Indicates whether the returned elements should be inside the data area.
[Visual Basic .NET]
Public Property DataElementsOnly As Boolean
[C#]
public bool DataElementsOnly {get; set;}
[C++]
HRESULT get_DataElementsOnly(
VARIANT_BOOL pbDataElementsOnly
);
[C++]
HRESULT put_DataElementsOnly(
Boolean* pbDataElementsOnly
);
[C++] Parameters pbDataElementsOnly [in]
pbDataElementsOnly is a parameter of type bool pbDataElementsOnly [out, retval]
pbDataElementsOnly is a parameter of type bool*