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.40.0)

Syntax

C#
public Object UnderlyingObject { get; }
Visual Basic
Public ReadOnly Property UnderlyingObject As Object
	Get
Visual C++
public:
property Object^ UnderlyingObject {
	Object^ 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