TaskStatusCollectionItem(String) Property

Return an item from the collection by its display name.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public TaskStatusItem this[
	string displayName
] { get; }

Parameters

displayName  String
 

Property Value

TaskStatusItem

See Also