IStructElement.AddUserProperty Method

The AddUserProperty method adds a custom pair of text values into the current node.

 

Syntax

ActiveX:

System.Boolean AddUserProperty(System.String propertyName, System.String propertyValue)

Parameters

propertyName

Custom property name.

propertyValue

Custom property value.

 

Return Value

True if the node was found and the move operation was successful, false otherwise.

 

Example

Please check this link.

 

Remarks

 

Member of CDIntfEx.IStructElement.