次の方法で共有


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.AlertUID Property

Specifies the unique identifier of the subscription alert.

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 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

Notifications Web Service