Private/Types/validators/LogoMode.generated.ps1
using namespace System.Management.Automation class LogoModeValidator : IValidateSetValuesGenerator { [string[]]GetValidValues() { return ('None', 'Url', 'File') } } |
using namespace System.Management.Automation class LogoModeValidator : IValidateSetValuesGenerator { [string[]]GetValidValues() { return ('None', 'Url', 'File') } } |