Iterates the list of assigned resources (unique entries) from all standard tasks within the component. 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 IEnumerable<Object> GetAssignedResources()
Visual Basic (Declaration)
Public Function GetAssignedResources As IEnumerable(Of Object)

See Also