ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.RecipientType property
Specifies the type of recipient associated with the subscription reminder.
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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