次の方法で共有


DraftAssignmentCollection.GetById method

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
Public Function GetById ( _
    objectId As String _
) As DraftAssignment
'Usage
Dim instance As DraftAssignmentCollection
Dim objectId As String
Dim returnValue As DraftAssignment

returnValue = instance.GetById(objectId)
public DraftAssignment GetById(
    string objectId
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.DraftAssignment

See also

Reference

DraftAssignmentCollection class

DraftAssignmentCollection members

Microsoft.ProjectServer.Client namespace