ParseOptionsArgumentNameTransformOrDefault Property
            Gets a value that indicates how names are created for arguments that don't have an explicit
            name.
            
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public NameTransform ArgumentNameTransformOrDefault { get; }
Public ReadOnly Property ArgumentNameTransformOrDefault As NameTransform
	Get
Dim instance As ParseOptions
Dim value As NameTransform
value = instance.ArgumentNameTransformOrDefault
public:
property NameTransform ArgumentNameTransformOrDefault {
	NameTransform get ();
}
Property Value
NameTransform
            The value of the 
ArgumentNameTransform property, or 
NameTransformNone
            if that property is 
.