VCReference.project Property 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the VCProject associated with the object.
public:
 property System::Object ^ project { System::Object ^ get(); };
	public:
 property Platform::Object ^ project { Platform::Object ^ get(); };
	[System.Runtime.InteropServices.DispId(676)]
public object project { [System.Runtime.InteropServices.DispId(676)] get; }
	[<System.Runtime.InteropServices.DispId(676)>]
[<get: System.Runtime.InteropServices.DispId(676)>]
member this.project : obj
	Public ReadOnly Property project As Object
	Property Value
A VCProject object.
Implements
- Attributes
 
Remarks
The project property represents the project to which the item belongs.