Compartilhar via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderCategory property

Especifica a categoria de lembrete de assinatura.

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

Syntax

'Declaração
Public Property ReminderCategory As Integer
    Get
    Set
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim value As Integer

value = instance.ReminderCategory

instance.ReminderCategory = value
public int ReminderCategory { get; set; }

Property value

Type: System.Int32

Ver também

Referência

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace