Touchstone 11.0 API Reference
UserGeocodeMatchMappingSetSid Property (ImportOptionsCsv)


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace > ImportOptionsCsv Class : UserGeocodeMatchMappingSetSid Property
Contains the Sequential Identifier that uniquely identifies the user-supplied Geocode Match Mapping Set when you import a comma separated values (CSV) file into Touchstone.
Syntax
Public Property UserGeocodeMatchMappingSetSid As Nullable(Of Integer)
Dim instance As ImportOptionsCsv
Dim value As Nullable(Of Integer)
 
instance.UserGeocodeMatchMappingSetSid = value
 
value = instance.UserGeocodeMatchMappingSetSid
public Nullable<int> UserGeocodeMatchMappingSetSid {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImportOptionsCsv Class
ImportOptionsCsv Members