ServiceReferredCategory Property |
Gets the referred ServiceCategory where this Service belongs.
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [XmlIgnoreAttribute]
public ServiceCategory ReferredCategory { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property ReferredCategory As ServiceCategory
Get
public:
[XmlIgnoreAttribute]
property ServiceCategory^ ReferredCategory {
ServiceCategory^ get ();
}
[<XmlIgnoreAttribute>]
member ReferredCategory : ServiceCategory with get
Property Value
Type:
ServiceCategory
The referred category.
See Also