ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.FindByReminderUID method
Retrieves a ReminderSubscriptionInfoRow object by using the specified parameter.
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByReminderUID ( _
ReminderUID As Guid _
) As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim ReminderUID As Guid
Dim returnValue As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
returnValue = instance.FindByReminderUID(ReminderUID)
public ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow FindByReminderUID(
Guid ReminderUID
)
Parameters
ReminderUID
Type: System.GuidThe GUID of the ReminderSubscriptionInfoRow.
Return value
Type: WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
See also
Reference
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members