DataPA Enterprise Dashboard Controls API Reference 
        
 The object that represents the parent of this object.
 
        
        Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# | 
|---|
public ClientConfig Parent { get; set; } | 
| Visual Basic | 
|---|
Public Property Parent As ClientConfig
	Get
	Set  | 
| Visual C++ | 
|---|
public:
virtual property ClientConfig^ Parent {
	ClientConfig^ get () sealed;
	void set (ClientConfig^ value) sealed;
} | 
Property Value
Type: 
ClientConfigThe parent of this object.
Return Value
Type: 
ClientConfigThe parent of this object.
Remarks
See Also