Share via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.AlertName property

Specifies the name of the subscription alert.

Namespace:  WebSvcNotifications
Assembly:  ProjectServerServices (in ProjectServerServices.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

WebSvcNotifications namespace