NotificationSubscription.Recipients Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the list of recipient references currently stored in the database.
Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As NotificationSubscription
Dim value As INotificationSubscriptionRecipientList
value = instance.Recipients
instance.Recipients = value
Syntax
'Declaration
Public Property Recipients As INotificationSubscriptionRecipientList
public INotificationSubscriptionRecipientList Recipients { get; set; }
public:
virtual property INotificationSubscriptionRecipientList^ Recipients {
INotificationSubscriptionRecipientList^ get () sealed;
void set (INotificationSubscriptionRecipientList^ value) sealed;
}
/** @property */
public final INotificationSubscriptionRecipientList get_Recipients ()
/** @property */
public final void set_Recipients (INotificationSubscriptionRecipientList value)
public final function get Recipients () : INotificationSubscriptionRecipientList
public final function set Recipients (value : INotificationSubscriptionRecipientList)
Property Value
The list of recipient references currently stored in the database.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
NotificationSubscription Class
NotificationSubscription Members
Microsoft.EnterpriseManagement.Subscriptions Namespace