ServerSecurityAutoRefreshInWeb Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if dashboards will be automatically refreshed in a web page when refreshed by the server.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AutoRefreshInWeb { get; set; }
Public Property AutoRefreshInWeb As Boolean
Get
Set
public:
virtual property bool AutoRefreshInWeb {
bool get () sealed;
void set (bool value) sealed;
}
function get_AutoRefreshInWeb();
function set_AutoRefreshInWeb(value);
Property Value
Type:
BooleanTrue if dashboards will be automatically refreshed in a web page when refreshed by the server.
Return Value
Type:
BooleanTrue if dashboards will be automatically refreshed in a web page when refreshed by the server.
Remarks See Also