DashboardDesignerAboutMenuItemLink Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the link of the about menu item on the context menu of charts.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string AboutMenuItemLink { get; set; }
Public Property AboutMenuItemLink As String
Get
Set
public:
virtual property String^ AboutMenuItemLink {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_AboutMenuItemLink();
function set_AboutMenuItemLink(value);
Property Value
Type:
StringThe link of the about menu item on the context menu of charts.
Return Value
Type:
StringThe link of the about menu item on the context menu of charts.
Remarks See Also