NotificationSubscription.RelatedRecipients 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 related recipients.
Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As NotificationSubscription
Dim value As IList(Of String)
value = instance.RelatedRecipients
instance.RelatedRecipients = value
Syntax
'Declaration
Public Property RelatedRecipients As IList(Of String)
public IList<string> RelatedRecipients { get; set; }
public:
property IList<String^>^ RelatedRecipients {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
/** @property */
public IList<String> get_RelatedRecipients ()
/** @property */
public void set_RelatedRecipients (IList<String> value)
public function get RelatedRecipients () : IList<String>
public function set RelatedRecipients (value : IList<String>)
Property Value
The list of related recipients.
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