ArgumentCreationInfoSetProperty Property
Gets or sets a delegate used to set the value of property that defined the argument.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public Action<Object, Object?>? SetProperty {
get;
set; }
Public Property SetProperty As Action(Of Object, Object)
Get
Set
Dim instance As ArgumentCreationInfo
Dim value As Action(Of Object, Object)
value = instance.SetProperty
instance.SetProperty = value
public:
property Action<Object^, Object^>^ SetProperty {
Action<Object^, Object^>^ get ();
void set (Action<Object^, Object^>^ value);
}
Property Value
ActionObject,
Object