CalendarDataSet.CalendarsDataTable.FindByCAL_UID method
Retrieves a CalendarsRow object by using the specified calendar GUID.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.GuidThe GUID of the desired calendar.
Return value
Type: WebSvcCalendar.CalendarDataSet.CalendarsRow
See also
Reference
CalendarDataSet.CalendarsDataTable class