ProjectResource.AvailableTo property

Gets the end date that the project resource is available for work, at the units specified for the current time period.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property AvailableTo As DateTime
    Get
'Usage
Dim instance As ProjectResource
Dim value As DateTime

value = instance.AvailableTo
[RemoteAttribute]
public DateTime AvailableTo { get; }

Property value

Type: System.DateTime
The end date that the project resource is available for work.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace