AbstractServiceParameters Property |
the parameters for this AbstractServer instance, such as IP, Port, some path, etc...
the key of this dictionary should equals to its ServiceParameter.Name
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public Dictionary<string, Parameter> Parameters { get; protected set; }
Public Property Parameters As Dictionary(Of String, Parameter)
Get
Protected Set
public:
property Dictionary<String^, Parameter^>^ Parameters {
Dictionary<String^, Parameter^>^ get ();
protected: void set (Dictionary<String^, Parameter^>^ value);
}
member Parameters : Dictionary<string, Parameter> with get, set
Property Value
Type:
DictionaryString,
ParameterSee Also