The data type of value objects accepted by the multi-value data type 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 [out, retval]Type is a parameter of type IGPDataType
Type [in]Type is a parameter of type IGPDataType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.