Map.domainSet 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.
Creates a set of the key (domain) values in a map.
public:
Microsoft::Dynamics::Ax::Xpp::Set ^ domainSet();
public Microsoft.Dynamics.Ax.Xpp.Set domainSet ();
member this.domainSet : unit -> Microsoft.Dynamics.Ax.Xpp.Set
Public Function domainSet () As Set
Returns
Remarks
This method is obsolete; use the Map.keySet method instead.