Touchstone 11.0 API Reference
UserGeocodeMatchMappingSetSid Property (SubmitGeocodeExposureViewRequest)


Air.Services.Proxy Assembly > AIR.Services.ExposureManagement.Api Namespace > SubmitGeocodeExposureViewRequest Class : UserGeocodeMatchMappingSetSid Property
(Required) Contains the Touchstone®-generated Sequential Identifier that uniquely identifies the Geocode Match Level Mapping Set that you want to specify to convert an existing user-supplied geocode match levels to a corresponding AIR-geocode match level. In addition, the SID allows you re-geocode an existing Exposure View.
Syntax
Public Property UserGeocodeMatchMappingSetSid As Nullable(Of Integer)
Dim instance As SubmitGeocodeExposureViewRequest
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

SubmitGeocodeExposureViewRequest Class
SubmitGeocodeExposureViewRequest Members