PSSessionTypeOption 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.
This is the base class from which other classes should derive. This class defines the options for the specified configuration type.
public ref class PSSessionTypeOption abstract
public abstract class PSSessionTypeOption
type PSSessionTypeOption = class
Public MustInherit Class PSSessionTypeOption
- Inheritance
-
PSSessionTypeOption
- Derived
Constructors
PSSessionTypeOption() |
Methods
ConstructObjectFromPrivateData(String) |
Returns a new instance constructed from privateData string. |
ConstructPrivateData() |
Returns a xml formatted data that represents the options. |
CopyUpdatedValuesFrom(PSSessionTypeOption) |
Copies values from updated. Only non default values are copies. |