EnterpriseResourceCollection.GetById 方法

Name值与集合中获取的企业资源。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<RemoteAttribute> _
Public Function GetById ( _
    objectId As String _
) As EnterpriseResource
用法
Dim instance As EnterpriseResourceCollection
Dim objectId As String
Dim returnValue As EnterpriseResource

returnValue = instance.GetById(objectId)
[RemoteAttribute]
public EnterpriseResource GetById(
    string objectId
)

参数

  • objectId
    类型:System.String

    企业资源 GUID 的字符串表示形式。

返回值

类型:Microsoft.ProjectServer.Client.EnterpriseResource
一个EnterpriseResource对象。

另请参阅

引用

EnterpriseResourceCollection 类

EnterpriseResourceCollection 成员

Microsoft.ProjectServer.Client 命名空间