de la propiedad TimesheetDataSet.LinesRow.TS_LINE_STATUS
Indica el estado de aprobación de este elemento de línea del parte de horas.
Espacio de nombres: WebSvcTimeSheet
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property TS_LINE_STATUS As Byte
Get
Set
'Uso
Dim instance As TimesheetDataSet.LinesRow
Dim value As Byte
value = instance.TS_LINE_STATUS
instance.TS_LINE_STATUS = value
public byte TS_LINE_STATUS { get; set; }
Valor de propiedad
Tipo: System.Byte
Comentarios
Convierta el tipo de TimesheetEnum.LineStatus a un byte para este valor.
Vea también
Referencia
clase TimesheetDataSet.LinesRow