Touchstone 11.0 API Reference
LocationSid Property (UpdateLocationResponse)


Air.Services.Proxy Assembly > AIR.Services.ExposureManagement.Api Namespace > UpdateLocationResponse Class : LocationSid Property
Contains the Touchstone®-generated Sequential Identifier (SID) of the Location that you have updated using the UpdateLocation() method.
Syntax
Public Property LocationSid As Nullable(Of Integer)
Dim instance As UpdateLocationResponse
Dim value As Nullable(Of Integer)
 
instance.LocationSid = value
 
value = instance.LocationSid
public Nullable<int> LocationSid {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

UpdateLocationResponse Class
UpdateLocationResponse Members