ConfigurationKeySet Constructors
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.
Overloads
ConfigurationKeySet() | |
ConfigurationKeySet(IntPtr) | |
ConfigurationKeySet(Object[]) |
ConfigurationKeySet()
public:
ConfigurationKeySet();
public ConfigurationKeySet ();
Public Sub New ()
Applies to
ConfigurationKeySet(IntPtr)
public:
ConfigurationKeySet(IntPtr ptr1);
public ConfigurationKeySet (IntPtr ptr1);
new Dynamics.AX.Application.ConfigurationKeySet : nativeint -> Dynamics.AX.Application.ConfigurationKeySet
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
ConfigurationKeySet(Object[])
public:
ConfigurationKeySet(cli::array <System::Object ^> ^ objArray1);
public ConfigurationKeySet (object[] objArray1);
new Dynamics.AX.Application.ConfigurationKeySet : obj[] -> Dynamics.AX.Application.ConfigurationKeySet
Public Sub New (objArray1 As Object())
Parameters
- objArray1
- Object[]