Managing Resource Extended Attributes
Contents
[
Hide
]
The ExtendedAttribute property exposed by the Resource class can be used to manage the extended attributes of a resource. This property reads and writes an ArrayList of the ExtendedAttribute objects to deal with a resource’s extended attributes. The ExtendedAttribute object further exposes the relevant properties.
Setting Extended Resource Attributes with Aspose.Tasks
The following code example demonstrates how to set a resource’s extended attributes.