DashboardObjectBuildingObject Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that indicates whether or not the object is currently building XML.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool BuildingObject { get; set; }
Public Property BuildingObject As Boolean
Get
Set
public:
virtual property bool BuildingObject {
bool get () sealed;
void set (bool value) sealed;
}
function get_BuildingObject();
function set_BuildingObject(value);
Property Value
Type:
BooleanTrue if the object is currently building XML.
Return Value
Type:
BooleanTrue if the object is currently building XML.
Remarks See Also