CommandLineArgumentGetProperty Method
When implemented in a derived class, gets the value of the property for this argument.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
protected abstract Object? GetProperty(
Object target
)
Protected MustOverride 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
) abstract
- target Object
- An instance of the type that defined the argument.
ObjectThe value of the property