VCConfiguration.project Property

Definition

Gets the VCProject associated with the VCConfiguration.

public:
 property System::Object ^ project { System::Object ^ get(); };
public:
 property Platform::Object ^ project { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(701)]
public object project { [System.Runtime.InteropServices.DispId(701)] get; }
[<System.Runtime.InteropServices.DispId(701)>]
[<get: System.Runtime.InteropServices.DispId(701)>]
member this.project : obj
Public ReadOnly Property project As Object

Property Value

A VCProject object.

Attributes

Remarks

The project property represents the project to which the item belongs.

Applies to