DriverDataSet.DriverImpactStatementsDataTable.Count property
Obtém o número de objetos de linha na DriverImpactStatementsDataTable.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
Get
'Uso
Dim instance As DriverDataSet.DriverImpactStatementsDataTable
Dim value As Integer
value = instance.Count
[BrowsableAttribute(false)]
public int Count { get; }
Property value
Type: System.Int32
Ver também
Referência
DriverDataSet.DriverImpactStatementsDataTable class