| LocationsGet Method |
Get information about a location.
Requires Authentication: False
Namespace: InstaSharp.EndpointsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Task<LocationResponse> Get(
string locationId
)
Public Function Get (
locationId As String
) As Task(Of LocationResponse)
public:
Task<LocationResponse^>^ Get(
String^ locationId
)
member Get :
locationId : string -> Task<LocationResponse>
Parameters
- locationId
- Type: SystemString
The id of the location to retreive information for.
Return Value
Type:
TaskLocationResponselocation response
See Also