ManagedDashboardTitle Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the title of this dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Title { get; set; }
Public Property Title As String
Get
Set
public:
virtual property String^ Title {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Title();
function set_Title(value);
Property Value
Type:
StringThe title of this dashboard.
Return Value
Type:
StringThe title of this dashboard.
Remarks See Also