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