Click or drag to resize

ServiceCategoryServices Property

Gets or sets the services.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public BindingList<Service> Services { get; set; }

Property Value

Type: BindingListService
The services.
See Also