DashboardObjectLoadScript Property |
|
DataPA OpenAnalytics API Reference
Gets the script required to load this DashboardObject in a web browser.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string LoadScript { get; }
Public ReadOnly Property LoadScript As String
Get
public:
virtual property String^ LoadScript {
String^ get () sealed;
}
function get_LoadScript();
Return Value
Type:
StringThe script required to load this DashboardObject in a web browser
Remarks See Also