DataPA Enterprise Dashboard Controls API Reference
The type of system whose structure this class will return.

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

Syntax

C#
public string SystemType { get; set; }
Visual Basic
Public Property SystemType As String
	Get
	Set
Visual C++
public:
property String^ SystemType {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
The type of system whose structure this class will return.

Return Value

Type: String
The type of system whose structure this class will return.

Remarks

The type of system whose structure this class will return.

See Also