ScheduleDataSet.ScheduleDataTable.FindByPrimaryID Method
Retrieves a ScheduleRow object by using the specified primaryID GUID.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Function FindByPrimaryID ( _
PrimaryID As Guid _
) As ScheduleDataSet.ScheduleRow
'Usage
Dim instance As ScheduleDataSet.ScheduleDataTable
Dim PrimaryID As Guid
Dim returnValue As ScheduleDataSet.ScheduleRow
returnValue = instance.FindByPrimaryID(PrimaryID)
public ScheduleDataSet.ScheduleRow FindByPrimaryID(
Guid PrimaryID
)
Parameters
- PrimaryID
Type: System.Guid
Contains the primaryID GUID.
Return Value
Type: [Statusing Web service].ScheduleDataSet.ScheduleRow
See Also
Reference
ScheduleDataSet.ScheduleDataTable Class