ResourceDataSet.ResourcesRow.GetResourceCustomFieldsRows メソッド
リソースのユーザー設定フィールド情報を取得します。
名前空間: WebSvcResource
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Function GetResourceCustomFieldsRows As ResourceDataSet.ResourceCustomFieldsRow()
'使用
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As ResourceDataSet.ResourceCustomFieldsRow()
returnValue = instance.GetResourceCustomFieldsRows()
public ResourceDataSet.ResourceCustomFieldsRow[] GetResourceCustomFieldsRows()
戻り値
型: []
ResourceDataSet.ResourceCustomFieldsRow の配列。
関連項目
参照先
ResourceDataSet.ResourcesRow クラス