ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.RecipientType Property

Specifies the type of recipient associated with the subscription reminder.

Namespace:  [Notifications Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Notifications.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Notifications.asmx?wsdl

Syntax

'Declaration
Public Property RecipientType As Integer
    Get
    Set
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim value As Integer

value = instance.RecipientType

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

Property Value

Type: System.Int32

See Also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Members

Notifications Web Service