de la propiedad TimesheetDataSet.HeadersRow.TS_PRELOAD_TYPE
Obtiene el valor que especifica las líneas que se han cargado previamente cuando se creó el parte de horas. De sólo lectura.
Espacio de nombres: WebSvcTimeSheet
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property TS_PRELOAD_TYPE As Byte
Get
Set
'Uso
Dim instance As TimesheetDataSet.HeadersRow
Dim value As Byte
value = instance.TS_PRELOAD_TYPE
instance.TS_PRELOAD_TYPE = value
public byte TS_PRELOAD_TYPE { get; set; }
Valor de propiedad
Tipo: System.Byte
Comentarios
Obtiene el valor de la enumeración TimesheetEnum.PreloadType .
Vea también
Referencia
clase TimesheetDataSet.HeadersRow