Interface ITwinIdentity
Defines identity object contract.
Namespace: AXSharp.Connector.Identity
Assembly: AXSharp.Connector.dll
Syntax
public interface ITwinIdentity
Properties
| Edit this page View SourceAttributeName
Gets name of a named twin object.
Declaration
string AttributeName { get; }
Property Value
Type | Description |
---|---|
string |
HumanReadable
Gets full path of this twin object in human readable format.
Declaration
string HumanReadable { get; }
Property Value
Type | Description |
---|---|
string |
Identity
Gets the online identity.
Declaration
OnlinerULInt Identity { get; }
Property Value
Type | Description |
---|---|
OnlinerULInt |
Symbol
Gets full symbol path of a twin object.
Declaration
string Symbol { get; }
Property Value
Type | Description |
---|---|
string |