Share via


IOraclePackage.Prefix 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.

When implemented by a class, gets the prefix for the package.

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

Syntax

'Declaration
ReadOnlyPropertyPrefixAs String
string Prefix { get; }
property String^ Prefix {
    String^ get ();
}
function getPrefix () : String

Field Value

The prefix for the package.

See Also

IOraclePackage Interface

Microsoft.Practices.EnterpriseLibrary.Data.Oracle 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.