ProjectResource.AvailableFrom property

Gets the starting 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 AvailableFrom As DateTime
    Get
'Usage
Dim instance As ProjectResource
Dim value As DateTime

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

Property value

Type: System.DateTime
The starting date.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace