GeneratedArgumentGetProperty Method
            When implemented in a derived class, gets the value of the property for this argument.
            
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
protected override Object? GetProperty(
	Object target
)
Protected Overrides Function GetProperty ( 
	target As Object
) As Object
Dim target As Object
Dim returnValue As Object
returnValue = Me.GetProperty(target)
protected:
virtual Object^ GetProperty(
	Object^ target
) override
- target  Object
 - An instance of the type that defined the argument.
 
ObjectThe value of the property