UserDelegationDataSet.ResourceDelegationsRow.DELEGATION_START - Propriété
Obtient ou définit la date de début de la délégation.
Espace de noms : WebSvcResource
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property DELEGATION_START As DateTime
Get
Set
'Utilisation
Dim instance As UserDelegationDataSet.ResourceDelegationsRow
Dim value As DateTime
value = instance.DELEGATION_START
instance.DELEGATION_START = value
public DateTime DELEGATION_START { get; set; }
Valeur de propriété
Type : System.DateTime
Cette propriété renvoie DateTime.
Voir aussi
Référence
UserDelegationDataSet.ResourceDelegationsRow classe