FileReferenceInfo.WorkspacePath 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.
The workspace relative reference file path
public:
property System::String ^ WorkspacePath { System::String ^ get(); };
public:
property Platform::String ^ WorkspacePath { Platform::String ^ get(); };
public string WorkspacePath { get; }
member this.WorkspacePath : string
Public ReadOnly Property WorkspacePath As String