ResourceAssignmentDataSet.ResourceAssignmentRow.WASSN_SEND_UPDATE_DATE Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
Syntax
'Declaration
Public Property WASSN_SEND_UPDATE_DATE As DateTime
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As DateTime
value = instance.WASSN_SEND_UPDATE_DATE
instance.WASSN_SEND_UPDATE_DATE = value
public DateTime WASSN_SEND_UPDATE_DATE { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow Class