ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.ReminderUID Property

Specifies the unique identifier of the subscription reminder.

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

WebSvcNotifications Namespace