| LocationsResponseData Property |
Gets or sets the data.
Namespace: InstaSharp.Models.ResponsesAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public List<Location> Data { get; set; }
Public Property Data As List(Of Location)
Get
Set
public:
property List<Location^>^ Data {
List<Location^>^ get ();
void set (List<Location^>^ value);
}
member Data : List<Location> with get, set
Property Value
Type:
ListLocation
The data.
See Also