PSModuleInfo.ExportedWorkflows Property

Definition

Lists the workflows exported by this module.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::FunctionInfo ^> ^ ExportedWorkflows { System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::FunctionInfo ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Management.Automation.FunctionInfo> ExportedWorkflows { get; }
member this.ExportedWorkflows : System.Collections.Generic.Dictionary<string, System.Management.Automation.FunctionInfo>
Public ReadOnly Property ExportedWorkflows As Dictionary(Of String, FunctionInfo)

Property Value

Applies to