ManagedDashboardServerFileName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the filename of this dashboard on the server
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ServerFileName { get; set; }
Public Property ServerFileName As String
Get
Set
public:
virtual property String^ ServerFileName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ServerFileName();
function set_ServerFileName(value);
Property Value
Type:
StringThe filename of this dashboard on the server
Return Value
Type:
StringThe filename of this dashboard on the server
Remarks Blank if the dashboard was not opened from the server.
See Also