AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.IsSubscribed property
Indica se o usuário atual recebe essa notificação.
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property IsSubscribed As Boolean
Get
Set
'Uso
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
Dim value As Boolean
value = instance.IsSubscribed
instance.IsSubscribed = value
public bool IsSubscribed { get; set; }
Property value
Type: System.Boolean
Retorna false se o valor é a null reference (Nothing in Visual Basic).
Comentários
Se você alterar IsSubscribed para true, você também deve definir as propriedades de RecipientType() , **FrequencyPeriod()**e FrequencyValue(), ou você receberá um erro quando as atualizações são aplicadas.
Ver também
Referência
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow class
AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow members