Property ArgumentsArgumentsGets or sets the underlying array of arguments. Declaration Full screenpublic object[] Arguments { get; set; } Property Value Type Description object[] RemarksWhen you set this property, the new Array must have the same length as the previous one.