ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderName Property

Specifies the name of the subscription reminder.

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