public PropertyValue SUBPROJECT_NUMBER( int index ) {get; set;}
public: property PropertyValue^ SUBPROJECT_NUMBER { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue SUBPROJECT_NUMBER( int index ) {get; set;}
public: property PropertyValue^ SUBPROJECT_NUMBER { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Number of the subproject. During the creation of subprojects a name is assigned automatically to each subproject. This is made up of the name of the original project and the subproject number. The subproject numbers are assigned in accordance with the order of defined working sections.