CommandLineArgumentSetProperty Method

When implemented in a derived class, sets the property for this argument.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
C#
protected abstract void SetProperty(
	Object target,
	Object? value
)

Parameters

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

Exceptions

InvalidOperationException This argument does not use a writable property.

See Also