Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PSModuleDevelopment
Template
Parameter
ParameterBase
C# Class PSModuleDevelopment.Template.Parameter.ParameterBase
Datei anzeigen
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