ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderCategory Property

Specifies the category of subscription reminder.

Namespace:  WebSvcNotifications
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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