CommandLineArgumentSetProperty Method
When implemented in a derived class, sets the property for this argument.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
protected abstract void SetProperty(
Object target,
Object? value
)
Protected MustOverride Sub SetProperty (
target As Object,
value As Object
)
Dim target As Object
Dim value As Object
Me.SetProperty(target, value)
protected:
virtual void SetProperty(
Object^ target,
Object^ value
) abstract
Parameters
- target Object
- An instance of the type that defined the argument.
- value Object
- The value of the argument.