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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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