DataPA Enterprise Dashboard Controls API Reference
The object that represents the parent of this object.

Namespace: DataPAClientConfig
Assembly: 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: ClientConfig
The parent of this object.

Return Value

Type: ClientConfig
The parent of this object.

Remarks