DraftAssignmentCollection.GetById メソッド
Idの値を使用して、コレクションからは、下書きの割り当てを取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Function GetById ( _
objectId As String _
) As DraftAssignment
'使用
Dim instance As DraftAssignmentCollection
Dim objectId As String
Dim returnValue As DraftAssignment
returnValue = instance.GetById(objectId)
[RemoteAttribute]
public DraftAssignment GetById(
string objectId
)
パラメーター
objectId
型: System.String割り当ての GUID の文字列形式。
戻り値
型: Microsoft.ProjectServer.Client.DraftAssignment
DraftAssignmentのオブジェクトです。