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


IDataConnectionPropertyPage2.SelectName Method (ArcObjects .NET 10.5 SDK)
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