TimesheetAuditExportDataSet.AuditExportsRow.TS_ACT_AUD_SEQUENCE - Propriété
Spécifie le numéro de séquence pour l'activité auditée qui est associé aux données de feuille de temps.
Espace de noms : WebSvcAdmin
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TS_ACT_AUD_SEQUENCE As Long
Get
Set
'Utilisation
Dim instance As TimesheetAuditExportDataSet.AuditExportsRow
Dim value As Long
value = instance.TS_ACT_AUD_SEQUENCE
instance.TS_ACT_AUD_SEQUENCE = value
public long TS_ACT_AUD_SEQUENCE { get; set; }
Valeur de propriété
Type : System.Int64
Voir aussi
Référence
TimesheetAuditExportDataSet.AuditExportsRow classe