This document is archived and information here might be outdated.  Recommended version.


IDataConnectionPropertyPage2.SelectName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > ID > IDataConnectionPropertyPage2 Interface > IDataConnectionPropertyPage2.SelectName Method
ArcGIS Developer Help

IDataConnectionPropertyPage2.SelectName Method

Selects the name from the list.

[Visual Basic .NET]
Public Sub SelectName ( _
    ByVal Name As IName _
)
[C#]
public void SelectName (
    IName Name
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDataConnectionPropertyPage2 Interface