Description
This property allows you to get and set the name of document attributes.
Syntax
Property get:
Name = Name ( );
|
Return: (String) Name |
The name of a document attribute. |
Property set:
Name( Name );
|
Input: (String) Name |
The name of a document attribute. |
Note
If you enter a new value in the IDocAttribute::Value property without changing the name and after that call IPdm::UpdateDocAttribute, an attribute value with a specified name will be updated.
If you enter a new name and calls IPdm::UpdateDocAttribute, then a new document attribute will be created.