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: 3.0.0
C#
public NameTransform ValueDescriptionTransform { get; set; }

Property Value

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

Remarks

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

This value can be overridden by the ValueDescriptionTransform property.

See Also