AddTypeCommandBase.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 output type of the assembly
public:
property Microsoft::PowerShell::Commands::OutputAssemblyType OutputType { Microsoft::PowerShell::Commands::OutputAssemblyType get(); void set(Microsoft::PowerShell::Commands::OutputAssemblyType value); };
public:
property Microsoft::PowerShell::Commands::OutputAssemblyType OutputType { Microsoft::PowerShell::Commands::OutputAssemblyType get(); void set(Microsoft::PowerShell::Commands::OutputAssemblyType value); };
public Microsoft.PowerShell.Commands.OutputAssemblyType OutputType { get; set; }
member this.OutputType : Microsoft.PowerShell.Commands.OutputAssemblyType with get, set
Public Property OutputType As OutputAssemblyType