DataPA Enterprise Dashboard Controls API Reference
Gets or sets a value that indicates whether or not the object has been modified since the last call to refreshXML.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool RebuildRequired { get; set; } |
Visual Basic |
---|
Public Property RebuildRequired As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool RebuildRequired {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanTrue if the object has been modified since the last call to refreshXML.
Return Value
Type:
BooleanTrue if the object has been modified since the last call to refreshXML.
Remarks
See Also