ProjectDataSet.ProjectResourceRow.RES_AVAIL_FROM property

Specifies the date when a resource becomes available.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property RES_AVAIL_FROM As DateTime
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As DateTime

value = instance.RES_AVAIL_FROM

instance.RES_AVAIL_FROM = value
public DateTime RES_AVAIL_FROM { get; set; }

Property value

Type: System.DateTime

Remarks

Read-only.

See also

Reference

ProjectDataSet.ProjectResourceRow class

ProjectDataSet.ProjectResourceRow members

WebSvcStatusing namespace