DashboardObjectXmlDefinitionType Property |
|
DataPA OpenAnalytics 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 public DashboardObjectDashboardXmlDefinitionType XmlDefinitionType { get; }
Public ReadOnly Property XmlDefinitionType As DashboardObjectDashboardXmlDefinitionType
Get
public:
virtual property DashboardObjectDashboardXmlDefinitionType XmlDefinitionType {
DashboardObjectDashboardXmlDefinitionType get () sealed;
}
function get_XmlDefinitionType();
Return Value
Type:
DashboardObjectDashboardXmlDefinitionTypeThe the XML definition type of this object.
Remarks See Also