This document is archived and information here might be outdated. Recommended version. |
The data type of value objects accepted by the multi-value object.
[Visual Basic .NET] Public Property MemberDataType As IGPDataType
[C#] public IGPDataType MemberDataType {get; set;}
[C++]
HRESULT get_MemberDataType(
IGPDataType* Type
);
[C++]
HRESULT putref_MemberDataType(
IGPDataType** Type
);
[C++]
Parameters Type [in]
Type is a parameter of type IGPDataType* Type [out, retval]
Type is a parameter of type IGPDataType**