C# Class PSModuleDevelopment.Template.Parameter.ParameterBase

Exibir arquivo Open project: PowershellFrameworkCollective/PSModuleDevelopment

Public Properties

Property Type Description
Description string
Name string

Public Methods

Method Description
GetValue ( ) : string

Get the value associated with this parameter

Method Details

GetValue() public abstract method

Get the value associated with this parameter
public abstract GetValue ( ) : string
return string

Property Details

Description public_oe property

Description of the parameter
public string Description
return string

Name public_oe property

Name of the parameter
public string Name
return string