SessionBasedCmdletAdapter<TObjectInstance,TSession>.Session Property

Definition

Session to operate on.

protected:
 property cli::array <TSession> ^ Session { cli::array <TSession> ^ get(); void set(cli::array <TSession> ^ value); };
protected:
 property Platform::Array <TSession> ^ Session { Platform::Array <TSession> ^ get(); void set(Platform::Array <TSession> ^ value); };
protected TSession[] Session { get; set; }
member this.Session : 'Session[] with get, set
Protected Property Session As TSession()

Property Value

TSession[]

Applies to