次の方法で共有


TimesheetManagersDataSet.TimesheetManagersDataTable.Count プロパティ

TimesheetManagersDataTableでは、行オブジェクトの合計数を取得します。

名前空間:  WebSvcAdmin
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
    Get
'使用
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim value As Integer

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

プロパティ値

型: System.Int32
Row オブジェクトの数を指定します。

関連項目

参照先

TimesheetManagersDataSet.TimesheetManagersDataTable クラス

TimesheetManagersDataSet.TimesheetManagersDataTable メンバー

WebSvcAdmin 名前空間