Gets or sets the ResourceManager object that is used internally for managing assignable resources used by this TaskManager. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public ResourceManager AssignableResourceManager { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property AssignableResourceManager As ResourceManager

See Also