ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.FindByReminderUID Method
Retrieves a ReminderSubscriptionInfoRow object by using the specified parameter.
Namespace: [Notifications Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Notifications.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Notifications.asmx?wsdl
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.Guid
The GUID of the ReminderSubscriptionInfoRow.
Return Value
Type: [Notifications Web service].ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
See Also
Reference
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable Members