Click or drag to resize

ServiceConfigurationIsClient Property

Gets or sets a value indicating whether this service is used as client (Driver).

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public bool IsClient { get; set; }

Property Value

Type: Boolean
true if this instance is client; otherwise, false.
See Also