PlanAssignmentIntervalCollection.GetById 方法
集合中的規劃工作分派間隔] 中,以指定的物件識別碼取得計劃工作分派時間間隔。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public Function GetById ( _
id As String _
) As PlanAssignmentInterval
'用途
Dim instance As PlanAssignmentIntervalCollection
Dim id As String
Dim returnValue As PlanAssignmentInterval
returnValue = instance.GetById(id)
[RemoteAttribute]
public PlanAssignmentInterval GetById(
string id
)
參數
id
類型:System.StringString 值,代表物件的識別碼計劃工作分派時間間隔。
傳回值
類型:Microsoft.ProjectServer.Client.PlanAssignmentInterval
PlanAssignmentInterval物件。
請參閱
參照
PlanAssignmentIntervalCollection 類別