Click or drag to resize

SymbolAllowedAccess Property

The access allowed for this symbol.

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

Property Value

Type: 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