PSWorkflowDefinition Class
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.
Define all the metadatas.
public ref class PSWorkflowDefinition sealed
public ref class PSWorkflowDefinition sealed
class PSWorkflowDefinition sealed
public sealed class PSWorkflowDefinition
type PSWorkflowDefinition = class
Public NotInheritable Class PSWorkflowDefinition
- Inheritance
-
PSWorkflowDefinition
Constructors
PSWorkflowDefinition(Activity, String, String, Dictionary<String,String>) |
Workflow instance constructor. |
PSWorkflowDefinition(Activity, String, String) |
Workflow instance constructor. |
Properties
RequiredAssemblies |
Gets sets the required assemblies. |
RuntimeAssemblyPath |
Gets sets the runtime assembly path. |
Workflow |
Gets sets the workflow. |
WorkflowXaml |
Gets sets the workflow xaml. |