ServiceCategoryReferredApplication Property |
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[XmlIgnoreAttribute]
public ServiceApplication ReferredApplication { get; }<XmlIgnoreAttribute>
Public ReadOnly Property ReferredApplication As ServiceApplication
Get
public:
[XmlIgnoreAttribute]
property ServiceApplication^ ReferredApplication {
ServiceApplication^ get ();
}[<XmlIgnoreAttribute>]
member ReferredApplication : ServiceApplication with get
Property Value
Type:
ServiceApplication
The referred application.
See Also