DashboardObjectProcessingObjectData Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if the object is currently building the XML string.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ProcessingObjectData { get; }
Public ReadOnly Property ProcessingObjectData As Boolean
Get
public:
virtual property bool ProcessingObjectData {
bool get () sealed;
}
function get_ProcessingObjectData();
Property Value
Type:
BooleanTrue if the object is currently building the XML string
Return Value
Type:
BooleanTrue if the object is currently building the XML string
Remarks See Also