TimeSheetWorkCollection.GetById 方法
从**Id()**值与集合中获取一个工时单工时。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Function GetById ( _
objectId As String _
) As TimeSheetWork
用法
Dim instance As TimeSheetWorkCollection
Dim objectId As String
Dim returnValue As TimeSheetWork
returnValue = instance.GetById(objectId)
[RemoteAttribute]
public TimeSheetWork GetById(
string objectId
)
参数
objectId
类型:System.String字符串表示形式实际工时单工时 GUID。
返回值
类型:Microsoft.ProjectServer.Client.TimeSheetWork
一个TimesheetWork对象。