VCReference.FullPath 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 full path to the referenced assembly.
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
String containing the full path to the referenced assembly.
- Attributes