Map.domainType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the type of the key (domain) values in a map.
public:
Microsoft::Dynamics::Ax::Xpp::Types domainType();
public Microsoft.Dynamics.Ax.Xpp.Types domainType ();
member this.domainType : unit -> Microsoft.Dynamics.Ax.Xpp.Types
Public Function domainType () As Types
Returns
Remarks
This method is obsolete; use the Map.keyType method instead.