Compartilhar via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.FindByReminderUID method

Recupera um objeto ReminderSubscriptionInfoRow usando o parâmetro especificado.

Namespace:  WebSvcNotifications
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Function FindByReminderUID ( _
    ReminderUID As Guid _
) As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim ReminderUID As Guid
Dim returnValue As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

returnValue = instance.FindByReminderUID(ReminderUID)
public ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow FindByReminderUID(
    Guid ReminderUID
)

Parâmetros

  • ReminderUID
    Type: System.Guid

    O GUID do ReminderSubscriptionInfoRow.

Valor retornado

Type: WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

Ver também

Referência

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace