Read Custom and Built-in Properties

Contents
[ ]

In Aspose.Tasks for C++ the custom properties are available through the typed collection CustomProjectPropertyCollection which is accessible using get_CustomProps given in Project class whereas the built-in properties are available using get_BuiltInProps representing BuiltInProjectPropertyCollection.

The following code example demonstrates how to read built-in properties.