Gets or sets a value that indicates whether the resource is available for the assignments of the Allocation.

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

Syntax

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

See Also