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


IFieldMappingUI.SelectedSource Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IF > IFieldMappingUI Interface > IFieldMappingUI.SelectedSource Property
ArcGIS Developer Help

IFieldMappingUI.SelectedSource Property

Selected source name in dialog.

[Visual Basic .NET]
Public Sub SelectedSource ( _
    ByRef selectedSourceName As String _
)
[C#]
public void SelectedSource (
    ref string selectedSourceName
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFieldMappingUI Interface