de la propiedad ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.IsSubscribed
Indica si el usuario actual recibe esta notificación de aviso.
Espacio de nombres: WebSvcNotifications
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property IsSubscribed As Boolean
Get
Set
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim value As Boolean
value = instance.IsSubscribed
instance.IsSubscribed = value
public bool IsSubscribed { get; set; }
Valor de propiedad
Tipo: System.Boolean
Comentarios
Si cambia de IsSubscribed a true, también debe establecer FrequencyValue, FrequencyPeriod, y RecipientType , o se producirá un error cuando se apliquen las actualizaciones.
Vea también
Referencia
clase ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Miembros ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow