WorkflowDataSet.WorkflowStageCustomFieldsDataTable.Item プロパティ
WorkflowStageCustomFieldsDataTable行がインデックスで指定されている内の row オブジェクトを取得します。
名前空間: WebSvcWorkflow
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public ReadOnly Property Item ( _
index As Integer _
) As WorkflowDataSet.WorkflowStageCustomFieldsRow
Get
'使用
Dim instance As WorkflowDataSet.WorkflowStageCustomFieldsDataTable
Dim index As Integer
Dim value As WorkflowDataSet.WorkflowStageCustomFieldsRow
value = instance.Item(index)
public WorkflowDataSet.WorkflowStageCustomFieldsRow this[
int index
] { get; }
パラメーター
index
型: System.Int32行を指定します。
プロパティ値
型: WebSvcWorkflow.WorkflowDataSet.WorkflowStageCustomFieldsRow
関連項目
参照先
WorkflowDataSet.WorkflowStageCustomFieldsDataTable クラス