AddTypeCommandBase.Language 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 language used to generate source code
public:
property Microsoft::PowerShell::Commands::Language Language { Microsoft::PowerShell::Commands::Language get(); void set(Microsoft::PowerShell::Commands::Language value); };
public:
property Microsoft::PowerShell::Commands::Language Language { Microsoft::PowerShell::Commands::Language get(); void set(Microsoft::PowerShell::Commands::Language value); };
public Microsoft.PowerShell.Commands.Language Language { get; set; }
member this.Language : Microsoft.PowerShell.Commands.Language with get, set
Public Property Language As Language