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.ScriptingAssembly: 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; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("This property is deprecated. Use the "Arguments" property.",
true)>
Public Property Argument As Object
Get
Set
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"This property is deprecated. Use the "Arguments" property.",
true)]
property Object^ Argument {
Object^ get ();
void set (Object^ value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("This property is deprecated. Use the "Arguments" property.",
true)>]
member Argument : Object with get, set
Property Value
Type:
ObjectRemarks
This property is deprecated. Use the
Arguments property.
See Also