Click or drag to resize

IntegrateProjectDataServiceArgumentsFilterCriteriaCriteria Property

The criteria to use for project integration process. Default is 'Total Project'. The available criteria will change based on the project and the terms and codes defined on the project. Some typical criteria include: * Total Project * Control Account (the Control Account term) * Work Package (the Work Package term)

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public string Criteria { get; set; }

Property Value

Type: String
Remarks
This is only applicable for the following action selection: 1. ControlAccountsAndWorkPackages 2. CodeAssignments 3. ResourceAssignments 4. Status
See Also