Jaa


IOraclePackage.Name 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 name of the package.

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

Syntax

'Declaration
ReadOnlyPropertyNameAs String
string Name { get; }
property String^ Name {
    String^ get ();
}
function getName () : String

Field Value

The name of 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.