Share via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.AlertUID property

Specifies the unique identifier of the subscription alert.

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

Syntax

'Declaration
Public Property AlertUID As Guid
    Get
    Set
'Usage
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
Dim value As Guid

value = instance.AlertUID

instance.AlertUID = value
public Guid AlertUID { get; set; }

Property value

Type: System.Guid
The GUID of the subscription alert for the current user.

See also

Reference

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow class

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow members

WebSvcNotifications namespace