The address of the location being inspected.

Namespace: LC360API.Carrier_V1
Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Address Location { get; set; }
Visual Basic
Public Property Location As Address
	Get
	Set
Visual C++
public:
property Address^ Location {
	Address^ get ();
	void set (Address^ value);
}

See Also