ISharePointProjectOutputReference.OutputFullPath 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 output of the project.
public:
property System::String ^ OutputFullPath { System::String ^ get(); };
public string OutputFullPath { get; }
member this.OutputFullPath : string
Public ReadOnly Property OutputFullPath As String
Property Value
A string representing the path to the project output file.
Remarks
Typically, the output of a project is a compiled assembly file such as a DLL, but the project output depends on the project type. For example, with Silverlight application projects, the value of the property is the Silverlight DLL, but the .XAP file is the actual file that is packaged. So, in this case, this property returns the path of the .XAP file, not the DLL.