TaskHostParameters.TaskHostFactoryExplicitlyRequested 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.
Gets if Task Host Factory was requested explicitly (by specifying TaskHost="TaskHostFactory" in UsingTask element).
public:
property Nullable<bool> TaskHostFactoryExplicitlyRequested { Nullable<bool> get(); };
public bool? TaskHostFactoryExplicitlyRequested { get; }
member this.TaskHostFactoryExplicitlyRequested : Nullable<bool>
Public ReadOnly Property TaskHostFactoryExplicitlyRequested As Nullable(Of Boolean)