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.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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