TimesheetAuditExportDataSet.AuditExportsRow.TS_LINE_CACHED_ASSIGN_NAME - Propriété
Spécifie le nom de l'affectation en cache pour la ligne de feuille de temps.
Espace de noms : WebSvcAdmin
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TS_LINE_CACHED_ASSIGN_NAME As String
Get
Set
'Utilisation
Dim instance As TimesheetAuditExportDataSet.AuditExportsRow
Dim value As String
value = instance.TS_LINE_CACHED_ASSIGN_NAME
instance.TS_LINE_CACHED_ASSIGN_NAME = value
public string TS_LINE_CACHED_ASSIGN_NAME { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
TimesheetAuditExportDataSet.AuditExportsRow classe