PublishedAssignmentCollection.GetById 方法
获取Id值与集合中的已发布的工作分配。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Function GetById ( _
objectId As String _
) As PublishedAssignment
用法
Dim instance As PublishedAssignmentCollection
Dim objectId As String
Dim returnValue As PublishedAssignment
returnValue = instance.GetById(objectId)
[RemoteAttribute]
public PublishedAssignment GetById(
string objectId
)
参数
objectId
类型:System.String分配的 GUID 的字符串表示形式。
返回值
类型:Microsoft.ProjectServer.Client.PublishedAssignment
一个PublishedAssignment对象。
另请参阅
引用
PublishedAssignmentCollection 类