CalendarDataSet.CalendarsDataTable.FindByCAL_UID Method
Retrieves a CalendarsRow object by using the specified calendar GUID.
Namespace: [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl
Syntax
'Declaration
Public Function FindByCAL_UID ( _
CAL_UID As Guid _
) As CalendarDataSet.CalendarsRow
'Usage
Dim instance As CalendarDataSet.CalendarsDataTable
Dim CAL_UID As Guid
Dim returnValue As CalendarDataSet.CalendarsRow
returnValue = instance.FindByCAL_UID(CAL_UID)
public CalendarDataSet.CalendarsRow FindByCAL_UID(
Guid CAL_UID
)
Parameters
- CAL_UID
Type: System.Guid
The GUID of the desired calendar.
Return Value
Type: [Calendar Web service].CalendarDataSet.CalendarsRow
See Also
Reference
CalendarDataSet.CalendarsDataTable Class