HttpServiceExtensionGetServerParameter Method |
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax protected static Parameter GetServerParameter(
string Name
)
Protected Shared Function GetServerParameter (
Name As String
) As Parameter
protected:
static Parameter^ GetServerParameter(
String^ Name
)
static member GetServerParameter :
Name : string -> Parameter
Parameters
- Name
- Type: SystemString
The name of the parameter.
Return Value
Type:
ParameterThe
Parameter object.
See Also