private_attribute

private_attribute — creates a private attribute.

Syntax

(private_attribute assemblyname attrname type rw dflt_value [dflt_conf])
    

Arguments

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.

Returns

A message indicating success or error. Please refer to Return Syntax for details.

Description

This command creates a private attribute. For information on the difference between an attribute and a private attribute, please refer to Section 17.4.3, “Attributes and Types”.