Runspace.Version 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.
Return version of this runspace.
public:
abstract property Version ^ Version { Version ^ get(); };
public abstract Version Version { get; }
member this.Version : Version
Public MustOverride ReadOnly Property Version As Version