CalendarDataSet.CalendarsDataTable.FindByCAL_UID-Methode
Ein CalendarsRow -Objekt mithilfe der angegebenen GUID des Kalenders abgerufen.
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
)
Parameter
CAL_UID
Typ: System.GuidDie GUID des gewünschten Kalenders.
Rückgabewert
Typ: WebSvcCalendar.CalendarDataSet.CalendarsRow
Siehe auch
Referenz
CalendarDataSet.CalendarsDataTable Klasse