AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.AlertName Property
Specifies the name 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 AlertName As String
Get
Set
'Usage
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
Dim value As String
value = instance.AlertName
instance.AlertName = value
public string AlertName { get; set; }
Property Value
Type: System.String
See Also
Reference
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow Class
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow Members