Click or drag to resize
DisposableObjectUnderlyingObject Property
Gets the underlying wrapped object.

Namespace: BlueCieloECM.InnoCielo.Meridian
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public Object UnderlyingObject { get; }

Property Value

Type: Object
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