AliasInfo.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.
The objects output from an alias are the objects output from the resolved command. If we can't resolve the command, assume nothing is output - so use void.
public:
virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::PSTypeName ^> ^ OutputType { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::PSTypeName ^> ^ get(); };
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.PSTypeName> OutputType { get; }
member this.OutputType : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.PSTypeName>
Public Overrides ReadOnly Property OutputType As ReadOnlyCollection(Of PSTypeName)