DashboardAPIParameterType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the type of this API filter parameter
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardAPIParameterParamaterTypeEnum Type { get; set; }
Public Property Type As DashboardAPIParameterParamaterTypeEnum
Get
Set
public:
virtual property DashboardAPIParameterParamaterTypeEnum Type {
DashboardAPIParameterParamaterTypeEnum get () sealed;
void set (DashboardAPIParameterParamaterTypeEnum value) sealed;
}
function get_Type();
function set_Type(value);
Return Value
Type:
DashboardAPIParameterParamaterTypeEnumThe type of this API filter parameter
Implements
DashboardAPIParameter_DashboardAPIParameterTypeSee Also