StatusingDataSet.TasksRow.TASK_START_TXT - Propriété
Obtient ou définit le texte de forme libre qui est associé à la tâche ; début de s.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TASK_START_TXT As String
Get
Set
'Utilisation
Dim instance As StatusingDataSet.TasksRow
Dim value As String
value = instance.TASK_START_TXT
instance.TASK_START_TXT = value
public string TASK_START_TXT { get; set; }
Valeur de propriété
Type : System.String
Remarques
Le texte ne peut pas dépasser 255 caractères.
Voir aussi
Référence
StatusingDataSet.TasksRow classe