UserDelegationDataSet.ResourceDelegationsRow.DELEGATION_FINISH property
Gets or sets the finish time of the delegation.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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