ApplicationInfo.OutputType Property

Definition

An application could return nothing, but commonly it returns a string.

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