ParseOptionsAttributeValueDescriptionTransform Property

Gets or sets a value that indicates how value descriptions derived from type names are transformed.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
public NameTransform ValueDescriptionTransform { get; set; }

Property Value

NameTransform
One of the members of the NameTransform enumeration. The default value is NameTransformNone.

Remarks

This property has no effect on explicit value description specified with the Ookii.CommandLineValueDescriptionAttribute attribute or the ParseOptionsDefaultValueDescriptions property.

This value can be overridden by the ParseOptionsValueDescriptionTransform property.

See Also