SessionBasedCmdletAdapter<TObjectInstance,TSession>.DefaultSession Property
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.
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.