PSSessionTypeOption Class

Definition

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.

Applies to