SessionBasedCmdletAdapter<TObjectInstance,TSession>.Session 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.
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[]