ProjectDataSet.ProjectResourceRow.RES_AVAIL_TO Property
Specifies the date a resource is no longer available.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property RES_AVAIL_TO As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As DateTime
value = instance.RES_AVAIL_TO
instance.RES_AVAIL_TO = value
public DateTime RES_AVAIL_TO { get; set; }
Property Value
Type: System.DateTime
Remarks
Read-only.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class