Share via


StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow.CHANGE_START Property

Gets or sets the starting date and time of a timephased data change.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Property CHANGE_START As DateTime
    Get
    Set
'Usage
Dim instance As StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow
Dim value As DateTime

value = instance.CHANGE_START

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

Property Value

Type: System.DateTime

See Also

Reference

StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow Class

StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow Members

Statusing Web Service