Click or drag to resize

SymbolAllowedAccess Property

The access allowed for this symbol.

Namespace: Demo3D.PLC.Comms.Builtin
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public override AccessRights AllowedAccess { get; }

Property Value

AccessRights

Implements

IAddressAllowedAccess
Remarks
Overriding this is optional (the default implementation returns Bidirectional), but if the address implies the access, then returning it can help the user.
See Also