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