PSModuleInfo.ExportedWorkflows 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.
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)