Compartir a través de


del método ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.FindByReminderUID

Recupera un objeto ReminderSubscriptionInfoRow con el parámetro especificado.

Espacio de nombres:  WebSvcNotifications
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
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
    Tipo: System.Guid

    El GUID de la ReminderSubscriptionInfoRow.

Valor devuelto

Tipo: WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow

Vea también

Referencia

clase ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable

Miembros ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable

Espacio de nombres WebSvcNotifications