DashboardObjectMenuTitle Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates the title that will be used on the object (build from caption and sub caption properties).
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string MenuTitle { get; }
Public ReadOnly Property MenuTitle As String
Get
public:
virtual property String^ MenuTitle {
String^ get () sealed;
}
function get_MenuTitle();
Return Value
Type:
StringThe title that will be used on the object (build from caption and sub caption properties).
Remarks See Also