EnterpriseProjectTypeCollection.GetByGuid method
Gets an enterprise project type (EPT) from the collection with the specified GUID.
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
)
Parameters
uid
Type: System.GuidA GUID value.
Return value
Type: Microsoft.ProjectServer.Client.EnterpriseProjectType
An EnterpriseObjectType object.
See also
Reference
EnterpriseProjectTypeCollection class