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.40.0)
Syntax
C# |
---|
[ObsoleteAttribute("This property is deprecated. Use the "Confirmations" property.", true)] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public Object Confirmation { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("This property is deprecated. Use the "Confirmations" property.", _ True)> _ <EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Property Confirmation As Object Get Set |
Visual C++ |
---|
[ObsoleteAttribute(L"This property is deprecated. Use the "Confirmations" property.", true)] [EditorBrowsableAttribute(EditorBrowsableState::Never)] public: property Object^ Confirmation { Object^ get (); void set (Object^ value); } |
Remarks
This property is deprecated. Use the Confirmations property.