Share via


StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow.CHANGE_END property

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

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

Syntax

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

value = instance.CHANGE_END

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

Property value

Type: System.DateTime

See also

Reference

StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow class

StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow members

WebSvcStatusing namespace