Class Location
- Namespace
- SenseAnywhere.Sdk
- Assembly
- SenseAnywhere.Sdk.dll
Represents a location with an identifier and a name.
public sealed class Location
- Inheritance
-
Location
- Inherited Members
Constructors
Location(string, string)
Initializes a new instance of the Location class.
public Location(string locationId, string name)
Parameters
Properties
LocationId
Gets the unique identifier for the location.
public string LocationId { get; }
Property Value
Name
Gets the name of the location.
public string Name { get; }