Share via


ISharePointProject.OutputFullPath Property

Definition

Gets the project's assembly full path after compilation.

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 a project assembly path.

Applies to