AFSecurity Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFSecurity type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CanAnnotate |
This read only property returns if the current user has
Annotate access to the object.
| |
| CanDelete |
This read only property returns if the current user has
Delete rights on the object.
| |
| CanExecute |
This read only property returns if the current user has
Execute rights on the object.
| |
| CanRead |
This read only property returns if the current user has
Read access to the object.
| |
| CanReadData |
This read only property returns if the current user has
ReadData access to the object.
| |
| CanSubscribe |
This read only property returns if the current user has
Subscribe rights on the object.
| |
| CanSubscribeOthers |
This read only property returns if the current user has
SubscribeOthers rights on the object.
| |
| CanWrite |
This read only property returns if the current user has
Write access to the object.
| |
| CanWriteData |
This read only property returns if the current user has
WriteData access to the object.
| |
| HasAdmin |
This read only property returns if the current user has
Admin rights on the object.
| |
| Owner |
This read-only property is returns the AFObject that owns this AFSecurity.
| |
| OwnerName |
This read-only property returns the owner name for the AFObject associated with this AFSecurity.
| |
| SecurityRights |
This read only property returns the security access rights of the
current user for the associated object.
| |
| Token |
The security rights token to be used to check the security of the object
without needing to first load the object from the server.
|