AliasInfo.OutputType Property

Definition

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)

Property Value

Applies to