ProjectBuildEndEvent.ProjectMoniker 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.
Project moniker (usually the full path of the project file)
public:
property System::String ^ ProjectMoniker { System::String ^ get(); };
public:
property Platform::String ^ ProjectMoniker { Platform::String ^ get(); };
public string ProjectMoniker { get; }
member this.ProjectMoniker : string
Public ReadOnly Property ProjectMoniker As String