Returns a string that may be used for displaying the assignments of the specified task within the component, optionally including non-unitary allocation value percents enclosed within square brackets, and separated by commas. You should call Initialize(Boolean, Boolean, Boolean) method before this call.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public string GetAssignmentsString(
	TaskItem item
)
Visual Basic (Declaration)
Public Function GetAssignmentsString ( _
	item As TaskItem _
) As String

See Also