Gets the collection of named properties stored during a batch operation.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("This property is deprecated. Use the "Arguments" property.", 
	true)]
public Object Argument { get; set; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<ObsoleteAttribute("This property is deprecated. Use the "Arguments" property.",  _
	True)> _
Public Property Argument As Object
	Get
	Set
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"This property is deprecated. Use the "Arguments" property.", 
	true)]
public:
property Object^ Argument {
	Object^ get ();
	void set (Object^ value);
}

Remarks

This property is deprecated. Use the Arguments property.

See Also