ProfileServiceParameters Property |
Gets or sets the service parameters.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public SerializableDictionary<Guid, List<Parameter>> ServiceParameters { get; set; }
<DataMemberAttribute>
Public Property ServiceParameters As SerializableDictionary(Of Guid, List(Of Parameter))
Get
Set
public:
[DataMemberAttribute]
property SerializableDictionary<Guid, List<Parameter^>^>^ ServiceParameters {
SerializableDictionary<Guid, List<Parameter^>^>^ get ();
void set (SerializableDictionary<Guid, List<Parameter^>^>^ value);
}
[<DataMemberAttribute>]
member ServiceParameters : SerializableDictionary<Guid, List<Parameter>> with get, set
Property Value
Type:
SerializableDictionaryGuid,
ListParameter
The service parameters.
See Also