DataPA Enterprise Dashboard Controls 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
C# |
---|
public string AboutMenuItemLink { get; set; } |
Visual Basic |
---|
Public Property AboutMenuItemLink As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ AboutMenuItemLink {
String^ get () sealed;
void set (String^ value) sealed;
} |
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