ValueDescriptionAttributeApplyTransform Property

Gets or sets a value that indicates whether the custom value description should be transformed according to the ParseOptionsValueDescriptionTransform property.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public bool ApplyTransform { get; set; }

Property Value

Boolean
if the value description should be transformed; otherwise, to use the value description as-is. The default value is .

See Also