UserDelegationDataSet.ResourceDelegationsRow.DELEGATION_START property
Gets or sets the start date of the delegation.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DELEGATION_START As DateTime
Get
Set
'Usage
Dim instance As UserDelegationDataSet.ResourceDelegationsRow
Dim value As DateTime
value = instance.DELEGATION_START
instance.DELEGATION_START = value
public DateTime DELEGATION_START { get; set; }
Property value
Type: System.DateTime
Returns DateTime.
See also
Reference
UserDelegationDataSet.ResourceDelegationsRow class