AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.IsAlertNameNull Method
Determines whether the AlertName property is set to a null reference (Nothing in Visual Basic).
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 IsAlertNameNull As Boolean
'Usage
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
Dim returnValue As Boolean
returnValue = instance.IsAlertNameNull()
public bool IsAlertNameNull()
Return Value
Type: System.Boolean
Returns true if the name of the subscription alert is a null reference (Nothing in Visual Basic).
See Also
Reference
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow Class
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow Members