The optional access statement determines whether the attribute value can be read or written.
The syntax is:
access = method
Specifies whether the access is read-only, read-write, or write-only. If the access statement is not specified, the default access is read-only. Attributes marked as keys cannot be write-only. Only one access statement can appear in the attribute definition.
|
Copyright © 2013 CA.
All rights reserved.
|
|