ArcObjects Library Reference (ArcMapUI)  

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