ValueDescriptionAttributeApplyTransform Property
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public bool ApplyTransform { get; set; }
Public Property ApplyTransform As Boolean
Get
Set
Dim instance As ValueDescriptionAttribute
Dim value As Boolean
value = instance.ApplyTransform
instance.ApplyTransform = value
public:
property bool ApplyTransform {
bool get ();
void set (bool value);
}
Property Value
Boolean if the value description should be transformed; otherwise,
to use the value description as-is. The default value is
.