ScheduleDataSet.ScheduleDataTable.FindByPrimaryID method

Retrieves a ScheduleRow object by using the specified primaryID GUID.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcStatusing.ScheduleDataSet.ScheduleRow

See also

Reference

ScheduleDataSet.ScheduleDataTable class

ScheduleDataSet.ScheduleDataTable members

WebSvcStatusing namespace