Freigeben über


EnterpriseProjectTypeCollection.GetByGuid-Methode

Ruft einen Enterprise-Projekttyp (EPT) mit der angegebenen GUID aus der Auflistung ab.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetByGuid ( _
    uid As Guid _
) As EnterpriseProjectType
'Usage
Dim instance As EnterpriseProjectTypeCollection
Dim uid As Guid
Dim returnValue As EnterpriseProjectType

returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public EnterpriseProjectType GetByGuid(
    Guid uid
)

Parameter

Rückgabewert

Typ: Microsoft.ProjectServer.Client.EnterpriseProjectType
Ein EnterpriseObjectType -Objekt.

Siehe auch

Referenz

EnterpriseProjectTypeCollection Klasse

EnterpriseProjectTypeCollection-Member

Microsoft.ProjectServer.Client-Namespace