Click or drag to resize

ProfileEnabledServers Property

Gets or sets the enabled servers.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public SerializableDictionary<Guid, bool> EnabledServers { get; set; }

Property Value

Type: SerializableDictionaryGuid, Boolean
The enabled servers.
See Also