DataPA Enterprise Dashboard Controls API Reference
Returns the object name

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

Syntax

C#
public string ObjectName { get; }
Visual Basic
Public ReadOnly Property ObjectName As String
	Get
Visual C++
public:
property String^ ObjectName {
	String^ get ();
}

Property Value

Type: String
The object name

Return Value

Type: String

Remarks