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; }<IgnoreDataMemberAttribute>
Public ReadOnly Property ReferredProject As Project
	Get
public:
[IgnoreDataMemberAttribute]
property Project^ ReferredProject {
	Project^ get ();
}[<IgnoreDataMemberAttribute>]
member ReferredProject : Project with get
Property Value
Type: 
Project
            The referred project.
            
See Also