de la propiedad ImportTimesheetDataSet.LinesRow.TS_LINE_COMMENT
Obtiene o establece el comentario introducido por el usuario en una línea del parte de horas.
Espacio de nombres: WebSvcStatusing
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property TS_LINE_COMMENT As String
Get
Set
'Uso
Dim instance As ImportTimesheetDataSet.LinesRow
Dim value As String
value = instance.TS_LINE_COMMENT
instance.TS_LINE_COMMENT = value
public string TS_LINE_COMMENT { get; set; }
Valor de propiedad
Tipo: System.String
Vea también
Referencia
clase ImportTimesheetDataSet.LinesRow