Compartilhar via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable.IsSubscribedColumn property

Define a coluna para o campo IsSubscribed .

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

Syntax

'Declaração
Public ReadOnly Property IsSubscribedColumn As DataColumn
    Get
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Dim value As DataColumn

value = instance.IsSubscribedColumn
public DataColumn IsSubscribedColumn { get; }

Property value

Type: System.Data.DataColumn

Ver também

Referência

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members

WebSvcNotifications namespace