UserDelegationDataSet.ResourceDelegationsRow.DELEGATION_FINISH Property
Gets or sets the finish time of the delegation.
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 DELEGATION_FINISH As DateTime
Get
Set
'Usage
Dim instance As UserDelegationDataSet.ResourceDelegationsRow
Dim value As DateTime
value = instance.DELEGATION_FINISH
instance.DELEGATION_FINISH = value
public DateTime DELEGATION_FINISH { get; set; }
Property Value
Type: System.DateTime
Returns DateTime.
See Also
Reference
UserDelegationDataSet.ResourceDelegationsRow Class