DisposableObject UnderlyingObject Property Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Gets the underlying wrapped object.

Namespace: BlueCieloECM.InnoCielo.Meridian
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public Object UnderlyingObject { get; }
Remarks

In many cases, the UnderlyingObject property returns a transparent proxy for COM object which already has been instantiated and wrapped. The property is not meant to be used in normal scenario: it should be used along with PIAs when there are no required functionality in a wrapper.

Consider the property as a "back door" or "work around" for missing functionality issues.

See Also