AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable.FindByAlertUID Method
Retrieves an AlertSubscriptionInfoRow object by using the specified alert GUID.
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 Function FindByAlertUID ( _
AlertUID As Guid _
) As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
'Usage
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable
Dim AlertUID As Guid
Dim returnValue As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
returnValue = instance.FindByAlertUID(AlertUID)
public AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow FindByAlertUID(
Guid AlertUID
)
Parameters
- AlertUID
Type: System.Guid
Contains the alert GUID.
Return Value
Type: [Notifications Web service].AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
See Also
Reference
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable Class
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable Members