ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderUID Property
Specifies the unique identifier of 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 ReminderUID As Guid
Get
Set
'Usage
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim value As Guid
value = instance.ReminderUID
instance.ReminderUID = value
public Guid ReminderUID { get; set; }
Property Value
Type: System.Guid
See Also
Reference
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Class
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow Members