次の方法で共有


PlanAssignmentCollection.GetById メソッド

指定されたオブジェクト識別子を使用して、コレクションからの計画の割り当てを取得します。

名前空間:  Microsoft.ProjectServer.Client
アセンブリ:  Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)

構文

'宣言
<RemoteAttribute> _
Public Function GetById ( _
    objectId As String _
) As PlanAssignment
'使用
Dim instance As PlanAssignmentCollection
Dim objectId As String
Dim returnValue As PlanAssignment

returnValue = instance.GetById(objectId)
[RemoteAttribute]
public PlanAssignment GetById(
    string objectId
)

パラメーター

  • objectId
    型: System.String

    オブジェクト識別子である文字列値を返します。

戻り値

型: Microsoft.ProjectServer.Client.PlanAssignment
計画の割り当て。

関連項目

参照先

PlanAssignmentCollection クラス

PlanAssignmentCollection メンバー

Microsoft.ProjectServer.Client 名前空間