SessionStateWorkflowEntry 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.
public ref class SessionStateWorkflowEntry sealed : System::Management::Automation::Runspaces::SessionStateCommandEntry
public sealed class SessionStateWorkflowEntry : System.Management.Automation.Runspaces.SessionStateCommandEntry
type SessionStateWorkflowEntry = class
inherit SessionStateCommandEntry
Public NotInheritable Class SessionStateWorkflowEntry
Inherits SessionStateCommandEntry
- Inheritance
-
SessionStateWorkflowEntry
Constructors
SessionStateWorkflowEntry(String, String, ScopedItemOptions, String) |
Represents a workflow definition in an Initial session state object. |
SessionStateWorkflowEntry(String, String, String) |
Represents a workflow definition in an Initial session state object. |
SessionStateWorkflowEntry(String, String) |
Represents a workflow definition in an Initial session state object. |
Properties
CommandType |
Returns the type of the command using an enum instead of requiring a full reflection type check. (Inherited from SessionStateCommandEntry) |
Definition |
The string to use to define this function... |
HelpFile |
The name of the help file associated with the function. |
Module |
The SnapIn to load from initially. (Inherited from InitialSessionStateEntry) |
Name |
The name of this entry. (Inherited from InitialSessionStateEntry) |
Options |
Options controling scope visiblity and setability for this entry. |
PSSnapIn |
The SnapIn to load from initially. (Inherited from InitialSessionStateEntry) |
Visibility | (Inherited from ConstrainedSessionStateEntry) |
Methods
Clone() |
Shallow-clone this object... |