Compartilhar via


TimesheetLineClassDataSet.LineClassesDataTable.Count property

Obtém o número de registros na tabela de dados.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
    Get
'Uso
Dim instance As TimesheetLineClassDataSet.LineClassesDataTable
Dim value As Integer

value = instance.Count
[BrowsableAttribute(false)]
public int Count { get; }

Property value

Type: System.Int32
O número de registros.

Ver também

Referência

TimesheetLineClassDataSet.LineClassesDataTable class

TimesheetLineClassDataSet.LineClassesDataTable members

WebSvcAdmin namespace