ProjectDataSet.ProjectResourceRow.RES_AVAIL_TO property
Especifica a data em que um recurso não está mais disponível.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property RES_AVAIL_TO As DateTime
Get
Set
'Uso
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
Comentários
Somente leitura.
Ver também
Referência
ProjectDataSet.ProjectResourceRow class