次の方法で共有


ResourceDataSet.CalendarExceptionsDataTable.Item プロパティ

CalendarExceptionsDataTable行がインデックスで指定されている内の row オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Property Item ( _
    index As Integer _
) As ResourceDataSet.CalendarExceptionsRow
    Get
'使用
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim index As Integer
Dim value As ResourceDataSet.CalendarExceptionsRow

value = instance.Item(index)
public ResourceDataSet.CalendarExceptionsRow this[
    int index
] { get; }

パラメーター

プロパティ値

型: WebSvcResource.ResourceDataSet.CalendarExceptionsRow

関連項目

参照先

ResourceDataSet.CalendarExceptionsDataTable クラス

ResourceDataSet.CalendarExceptionsDataTable メンバー

WebSvcResource 名前空間