DataPA Enterprise Dashboard Controls API Reference
Gets the the XML definition type of this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public DashboardObject..::..DashboardXmlDefinitionType XmlDefinitionType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property XmlDefinitionType As DashboardObject..::..DashboardXmlDefinitionType
Get |
| Visual C++ |
|---|
public:
virtual property DashboardObject..::..DashboardXmlDefinitionType XmlDefinitionType {
DashboardObject..::..DashboardXmlDefinitionType get () sealed;
} |
Return Value
Type:
DashboardObject..::..DashboardXmlDefinitionTypeThe the XML definition type of this object.
Remarks
See Also