DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if this published content will be refreshed automatically on the server.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool AutoRefresh { get; } |
Visual Basic |
---|
Public ReadOnly Property AutoRefresh As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool AutoRefresh {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue if this published content will be refreshed automatically on the server.
Remarks
See Also