Share via


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderName property

Specifies the name of the subscription reminder.

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

Syntax

'Declaration
Public Property ReminderName As String
    Get
    Set
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim value As String

value = instance.ReminderName

instance.ReminderName = value
public string ReminderName { get; set; }

Property value

Type: System.String

See also

Reference

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow class

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow members

WebSvcNotifications namespace