Gets the collection of actions that can be confirmed.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("This property is deprecated. Use the "Confirmations" property.",
true)]
public Object Confirmation { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<ObsoleteAttribute("This property is deprecated. Use the "Confirmations" property.", _
True)> _
Public Property Confirmation As Object
Get
Set
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"This property is deprecated. Use the "Confirmations" property.",
true)]
property Object^ Confirmation {
Object^ get ();
void set (Object^ value);
}
This property is deprecated. Use the
Confirmations property.