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