This topic has not yet been rated - Rate this topic

PSModuleInfo.ExportedWorkflows Property

Gets the workflows that are exported by this module.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
'Usage
Dim instance As PSModuleInfo
Dim value As Dictionary(Of String, FunctionInfo)

value = instance.ExportedWorkflows

public Dictionary<string,FunctionInfo> ExportedWorkflows { get; }
/** @property */
public Dictionary<String,FunctionInfo> get_ExportedWorkflows ()

public function get ExportedWorkflows () : Dictionary<String,FunctionInfo>

Property Value

A Dictionary of types String and FunctionInfo.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.