EnterpriseProjectTypeCollection.GetById method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Function GetById ( _
objectId As String _
) As EnterpriseProjectType
'Usage
Dim instance As EnterpriseProjectTypeCollection
Dim objectId As String
Dim returnValue As EnterpriseProjectType
returnValue = instance.GetById(objectId)
public EnterpriseProjectType GetById(
string objectId
)
Parameters
- objectId
Type: System.String
Return value
Type: Microsoft.ProjectServer.Client.EnterpriseProjectType
See also
Reference
EnterpriseProjectTypeCollection class