Compartilhar via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow class

Especifica um data row de configurações de notificação de alerta de inscrição.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcNotifications.AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

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

Syntax

'Declaração
Public Class AlertSubscriptionInfoRow _
    Inherits DataRow
'Uso
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
public class AlertSubscriptionInfoRow : DataRow

Comentários

Representa um alerta de assinatura da tabela AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable para um projeto.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow members

WebSvcNotifications namespace