DraftProjectResourceCollection.GetById-Methode
Ruft Projektressource Entwurf mit der Id -Wert aus der Auflistung ab.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function GetById ( _
objectId As String _
) As DraftProjectResource
'Usage
Dim instance As DraftProjectResourceCollection
Dim objectId As String
Dim returnValue As DraftProjectResource
returnValue = instance.GetById(objectId)
[RemoteAttribute]
public DraftProjectResource GetById(
string objectId
)
Parameter
objectId
Typ: System.StringDie Zeichenfolgendarstellung der Project-Ressourcen-GUID.
Rückgabewert
Typ: Microsoft.ProjectServer.Client.DraftProjectResource
Der Entwurf Projektressource.
Siehe auch
Referenz
DraftProjectResourceCollection Klasse