SessionBasedCmdletAdapter<TObjectInstance,TSession>.DefaultSession Property

Definition

Returns default sessions to use when the user doesn't specify the -Session cmdlet parameter.

protected:
 abstract property TSession DefaultSession { TSession get(); };
protected:
 abstract property TSession DefaultSession { TSession get(); };
protected abstract TSession DefaultSession { get; }
member this.DefaultSession : 'Session
Protected MustOverride ReadOnly Property DefaultSession As TSession

Property Value

TSession

Default sessions to use when the user doesn't specify the -Session cmdlet parameter.

Applies to