| LocationResponseData 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 Location Data { get; set; }
Public Property Data As Location
Get
Set
public:
property Location^ Data {
Location^ get ();
void set (Location^ value);
}
member Data : Location with get, set
Property Value
Type:
Location
The data.
See Also