CommandInfo.OutputType 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.
A possibly incomplete or even incorrect list of types the command could return.
public:
abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::PSTypeName ^> ^ OutputType { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::PSTypeName ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.PSTypeName> OutputType { get; }
member this.OutputType : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.PSTypeName>
Public MustOverride ReadOnly Property OutputType As ReadOnlyCollection(Of PSTypeName)