Click or drag to resize
LocationsResponseData Property
Gets or sets the data.

Namespace: InstaSharp.Models.Responses
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public List<Location> Data { get; set; }

Property Value

Type: ListLocation
The data.
See Also