PublishedContentAutoRefresh Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if this published content will be refreshed automatically on the server.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AutoRefresh { get; }
Public ReadOnly Property AutoRefresh As Boolean
Get
public:
virtual property bool AutoRefresh {
bool get () sealed;
}
function get_AutoRefresh();
Return Value
Type:
BooleanTrue if this published content will be refreshed automatically on the server.
Remarks See Also