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