Share via


OraclePackageElementNode.OraclePackageElement Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets the OraclePackageData this node represents.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
PublicReadOnlyPropertyOraclePackageElementAs OraclePackageData
[BrowsableAttribute(false)]
public OraclePackageData OraclePackageElement { get; }
[BrowsableAttribute(false)]
public:
property OraclePackageData^ OraclePackageElement {
    OraclePackageData^ get ();
}
publicfunction getOraclePackageElement () : OraclePackageData

Field Value

The OraclePackageData this node represents.

See Also

OraclePackageElementNode Class

Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.