Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderCategory property

Specifies the category of subscription reminder.

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

Syntax

'Declaration
Public Property ReminderCategory As Integer
    Get
    Set
'Usage
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

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace