BCSVaultArgument Property |
Note: This API is now obsolete.
Gets the collection of named properties stored in the vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [ObsoleteAttribute("This property is deprecated. Use the "Arguments" property.",
true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Object Argument { get; set; }
<ObsoleteAttribute("This property is deprecated. Use the "Arguments" property.",
true)>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Property Argument As Object
Get
Set
public:
[ObsoleteAttribute(L"This property is deprecated. Use the "Arguments" property.",
true)]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property Object^ Argument {
Object^ get ();
void set (Object^ value);
}
[<ObsoleteAttribute("This property is deprecated. Use the "Arguments" property.",
true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member Argument : Object with get, set
Property Value
Type:
ObjectRemarks
This property is deprecated. Use the
Arguments property.
See Also