DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new object.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public SetupManager(
	ClientConfig Parent
)
Visual Basic
Public Sub New ( 
	Parent As ClientConfig
)
Visual C++
public:
SetupManager(
	ClientConfig^ Parent
)

Parameters

Parent
Type: DataPAClientConfig..::..ClientConfig
The object that represents the parent of this object.

Remarks