UserDelegationDataSet.ResourceDelegationsRow.DELEGATION_START Property
Gets or sets the start date 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_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