DashboardObjectMap Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the map object that defines the map for this dashboard object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Map Map { get; set; }
Public Property Map As Map
Get
Set
public:
virtual property Map^ Map {
Map^ get () sealed;
void set (Map^ value) sealed;
}
function get_Map();
function set_Map(value);
Return Value
Type:
MapThe map object that defines the map for this dashboard object
See Also