Click or drag to resize

BuiltinMemAddressAccessName Property

Printable string representation of the address.

Namespace:  Demo3D.PLC.Comms.Builtin
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public override string AccessName { get; }

Property Value

Type: String

Implements

IAddressAccessName
Remarks
Must be parseable by ParseAddress(String).
See Also