VCAssemblyReference.FullPath Property

Definition

Gets the full path of the project file.

public:
 property System::String ^ FullPath { System::String ^ get(); };
public:
 property Platform::String ^ FullPath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2005)]
public string FullPath { [System.Runtime.InteropServices.DispId(2005)] get; }
[<System.Runtime.InteropServices.DispId(2005)>]
[<get: System.Runtime.InteropServices.DispId(2005)>]
member this.FullPath : string
Public ReadOnly Property FullPath As String

Property Value

The path of the project file.

Implements

Attributes

Applies to