private_attribute — creates a private attribute.
(private_attribute domain assemblyname attrname type rw dflt_value
[dflt_conf])
domain
The domain to which this property applies.
assemblyname
The name of the assembly to which this attribute applies.
attrname
The name of the attribute.
type
A type for the private attribute.
rw
One of:
r for read-only.
w for write-only.
rw for read-write.
dflt_value
A default value.
dflt_conf
A default confidence level. If nothing is entered, the system
assumes 0.
A message indicating success or error. Please refer to Return Syntax for details.
This command creates a private attribute. For information on the difference between an attribute and a private attribute, please refer to Section 20.4.3, “Attributes and Types”.