DashboardObjectObjectType Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that indicates the type of this DashboardObject.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObjectDashboardObjectType ObjectType { get; set; }
Public Property ObjectType As DashboardObjectDashboardObjectType
Get
Set
public:
virtual property DashboardObjectDashboardObjectType ObjectType {
DashboardObjectDashboardObjectType get () sealed;
void set (DashboardObjectDashboardObjectType value) sealed;
}
function get_ObjectType();
function set_ObjectType(value);
Property Value
Type:
DashboardObjectDashboardObjectTypeThe type of this DashboardObject.
Return Value
Type:
DashboardObjectDashboardObjectTypeThe type of this DashboardObject.
Remarks See Also