ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderUID property
Specifies the unique identifier of the subscription reminder.
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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