AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable.AddAlertSubscriptionInfoRow Method (Guid, String, Boolean, Boolean)

This member is reserved for internal use and is not intended to be used directly from your code.

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 AddAlertSubscriptionInfoRow ( _
    AlertUID As Guid, _
    AlertName As String, _
    EnabledByDefault As Boolean, _
    IsSubscribed As Boolean _
) As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
'Usage
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable
Dim AlertUID As Guid
Dim AlertName As String
Dim EnabledByDefault As Boolean
Dim IsSubscribed As Boolean
Dim returnValue As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

returnValue = instance.AddAlertSubscriptionInfoRow(AlertUID, _
    AlertName, EnabledByDefault, IsSubscribed)
public AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow AddAlertSubscriptionInfoRow(
    Guid AlertUID,
    string AlertName,
    bool EnabledByDefault,
    bool IsSubscribed
)

Parameters

Return Value

Type: [Notifications Web service].AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow

See Also

Reference

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable Class

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable Members

AddAlertSubscriptionInfoRow Overload

Notifications Web Service