Table of Contents

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

locationId string

The unique identifier for the location.

name string

The name of the location.

Properties

LocationId

Gets the unique identifier for the location.

public string LocationId { get; }

Property Value

string

Name

Gets the name of the location.

public string Name { get; }

Property Value

string