ProjectCollection.GetById-Methode
Ruft ein Projekt mit den 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 PublishedProject
'Usage
Dim instance As ProjectCollection
Dim objectId As String
Dim returnValue As PublishedProject
returnValue = instance.GetById(objectId)
[RemoteAttribute]
public PublishedProject GetById(
string objectId
)
Parameter
objectId
Typ: System.StringDie Zeichenfolgendarstellung der GUID des Projekts.
Rückgabewert
Typ: Microsoft.ProjectServer.Client.PublishedProject
Ein veröffentlichtes Projekt.