BCSClientConfirmation Property |
Note: This API is now obsolete.
Gets the collection of actions that can be confirmed.
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 "Confirmations" property.",
true)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Object Confirmation { get; set; }
<ObsoleteAttribute("This property is deprecated. Use the "Confirmations" property.",
true)>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Property Confirmation As Object
Get
Set
public:
[ObsoleteAttribute(L"This property is deprecated. Use the "Confirmations" property.",
true)]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property Object^ Confirmation {
Object^ get ();
void set (Object^ value);
}
[<ObsoleteAttribute("This property is deprecated. Use the "Confirmations" property.",
true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member Confirmation : Object with get, set
Property Value
Type:
ObjectRemarks See Also