CodeTaskFactory.FactoryName Property

Definition

MSBuild engine uses this for logging where the task comes from

public:
 property System::String ^ FactoryName { System::String ^ get(); };
public string FactoryName { get; }
member this.FactoryName : string
Public ReadOnly Property FactoryName As String

Property Value

The name of the task.

Implements

Applies to