DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
If TRUE the next GET of structure will reload from the AppServer.
If TRUE the next GET of structure will reload from the AppServer.
If TRUE the next GET of structure will reload from the AppServer,
rather than the local cache.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool ForceReload { get; set; } |
Visual Basic |
---|
Public Property ForceReload As Boolean Get Set |
Visual C++ |
---|
public: property bool ForceReload { bool get (); void set (bool value); } |
Property Value
Type: BooleanIf TRUE the next GET of structure will reload from the AppServer.
Return Value
Type: BooleanIf TRUE the next GET of structure will reload from the AppServer.
Remarks
If TRUE the next GET of structure will reload from the AppServer.