ParseOptionsValueDescriptionTransform 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.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public NameTransform? ValueDescriptionTransform { get; set; }

Property Value

NullableNameTransform
One of the members of the ArgumentNameTransform enumeration, or to use the value from the ParseOptionsAttribute attribute, or if that is not present, NameTransformNone. The default value is .

Remarks

This property has no effect on explicit value description specified with the ValueDescriptionAttribute attribute or the DefaultValueDescriptions property.

If not , this property overrides the ParseOptionsAttributeValueDescriptionTransform property.

See Also