Click or drag to resize
BCSClientArgument Property

Note: This API is now obsolete.

Gets the collection of named properties stored on a local machine for the current user.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("This property is deprecated. Use the "Arguments" property.", 
	true)]
public Object Argument { get; set; }

Property Value

Type: Object
Remarks
This property is deprecated. Use the Arguments property.
See Also