DataPA Enterprise Dashboard Controls 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
C# |
---|
public DashboardObject..::..DashboardObjectType ObjectType { get; set; } |
Visual Basic |
---|
Public Property ObjectType As DashboardObject..::..DashboardObjectType
Get
Set |
Visual C++ |
---|
public:
virtual property DashboardObject..::..DashboardObjectType ObjectType {
DashboardObject..::..DashboardObjectType get () sealed;
void set (DashboardObject..::..DashboardObjectType value) sealed;
} |
Property Value
Type:
DashboardObject..::..DashboardObjectTypeThe type of this DashboardObject.
Return Value
Type:
DashboardObject..::..DashboardObjectTypeThe type of this DashboardObject.
Remarks
See Also