AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.AlertUID Property
Specifies the unique identifier of the subscription alert.
Namespace: WebSvcNotifications
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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