XamlTaskFactory.FactoryName Property

Definition

The name of this factory. This factory name will be used in error messages. For example Task "Mytask" failed to load from "FactoryName".

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 this task factory

Implements

Applies to