Share via


IReportDataSource.GetParameterDefaultValue 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 GetParameterDefaultValue ( _
    parameterName As String _
) As String
'Usage
Dim instance As IReportDataSource
Dim parameterName As String
Dim returnValue As String

returnValue = instance.GetParameterDefaultValue(parameterName)
string GetParameterDefaultValue(
    string parameterName
)

Parameters

Return Value

Type: System.String
Returns String.

See Also

Reference

IReportDataSource Interface

IReportDataSource Members

Microsoft.Office.Server.Monitoring.Reporting Namespace