CommandLineArgumentGetProperty Method

When implemented in a derived class, gets the value of the property for this argument.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
protected abstract Object? GetProperty(
	Object target
)

Parameters

target  Object
An instance of the type that defined the argument.

Return Value

Object
The value of the property

Exceptions

InvalidOperationException This argument does not use a property.

See Also