Click or drag to resize

ServiceApplicationReferredProject Property

Gets the referred project where is ServiceApplication belongs.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[IgnoreDataMemberAttribute]
public Project ReferredProject { get; }

Property Value

Type: Project
The referred project.
See Also