Class FacilityInfo
Represents information for a facility.
Namespace: Unity.DigitalTwins.Live.Sdk.Models
Assembly: solution.dll
Syntax
[Serializable]
public class FacilityInfo
Properties
FacilityId
The facility ID.
Declaration
public string FacilityId { get; set; }
Property Value
Type | Description |
---|---|
String |
IsConnectedToMessagingService
Represents whether or not you're currently connected to the messaging service.
Declaration
public bool IsConnectedToMessagingService { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
IsLoggedIn
Represents whether or not you're currently logged in.
Declaration
public bool IsLoggedIn { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
WorkspaceId
The workspace ID.
Declaration
public string WorkspaceId { get; set; }
Property Value
Type | Description |
---|---|
String |