DataPA Enterprise Dashboard Controls 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
C# |
---|
public bool ProcessingObjectData { get; } |
Visual Basic |
---|
Public ReadOnly Property ProcessingObjectData As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool ProcessingObjectData {
bool get () sealed;
} |
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