XamlTaskFactory.FactoryName 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.
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