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; }
<DataMemberAttribute>
Public Property EnabledServers As SerializableDictionary(Of Guid, Boolean)
Get
Set
public:
[DataMemberAttribute]
property SerializableDictionary<Guid, bool>^ EnabledServers {
SerializableDictionary<Guid, bool>^ get ();
void set (SerializableDictionary<Guid, bool>^ value);
}
[<DataMemberAttribute>]
member EnabledServers : SerializableDictionary<Guid, bool> with get, set
Property Value
Type:
SerializableDictionaryGuid,
Boolean
The enabled servers.
See Also