AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.AlertName Property
Specifies the name of the subscription alert.
Namespace: WebSvcNotifications
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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