ProjectWSSInfoDataSet.ProjWssInfoDataTable.Count - Propriété
Obtient le nombre de lignes dans le ProjWssInfoDataTable.
Espace de noms : WebSvcWssInterop
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
Get
'Utilisation
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim value As Integer
value = instance.Count
[BrowsableAttribute(false)]
public int Count { get; }
Valeur de propriété
Type : System.Int32
Voir aussi
Référence
ProjectWSSInfoDataSet.ProjWssInfoDataTable classe