PlanAssignment.Item プロパティ
取得または計画の割り当てでアイテムを設定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
Public Property Item ( _
fieldName As String _
) As Object
Get
Set
'使用
Dim instance As PlanAssignment
Dim fieldName As String
Dim value As Object
value = instance.Item(fieldName)
instance.Item(fieldName) = value
public Object this[
string fieldName
] { get; set; }
パラメーター
fieldName
型: System.Stringプラン ・ アイテムの割り当ての名前。
プロパティ値
型: System.Object
PlanAssignmentのアイテムです。