DrillDownURL Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a URL value used to execute this drill down.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string URL { get; set; }
Public Property URL As String
Get
Set
public:
virtual property String^ URL {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_URL();
function set_URL(value);
Property Value
Type:
StringThe URL value used to execute this drill down.
Return Value
Type:
StringThe URL value used to execute this drill down.
Remarks See Also