Share via


IReportDataSource.GetParameterAllowedValues Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Monitoring.Reporting
Assembly:  Microsoft.Office.Server.Monitoring (in Microsoft.Office.Server.Monitoring.dll)

Syntax

'Declaration
Function GetParameterAllowedValues ( _
    parameterName As String _
) As IDictionary(Of String, String)
'Usage
Dim instance As IReportDataSource
Dim parameterName As String
Dim returnValue As IDictionary(Of String, String)

returnValue = instance.GetParameterAllowedValues(parameterName)
IDictionary<string, string> GetParameterAllowedValues(
    string parameterName
)

Parameters

Return Value

Type: System.Collections.Generic.IDictionary<String, String>
Returns IDictionary<TKey, TValue>.

See Also

Reference

IReportDataSource Interface

IReportDataSource Members

Microsoft.Office.Server.Monitoring.Reporting Namespace