CliCommandBuilderGetArgumentName Method

Gets the argument name for a property by using current NameCasingConvention.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
C#
public string GetArgumentName(
	string propertyName
)

Parameters

propertyName  String

[Missing <param name="propertyName"/> documentation for "M:DotMake.CommandLine.CliCommandBuilder.GetArgumentName(System.String)"]

Return Value

String

[Missing <returns> documentation for "M:DotMake.CommandLine.CliCommandBuilder.GetArgumentName(System.String)"]

See Also