SmsNotificationEndpoint.SecondaryDevices Property

Updated: April 16, 2012

Gets the secondary SMS devices used as SDM notification endpoints. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As SmsNotificationEndpoint Dim value As IList(Of String) value = instance.SecondaryDevices Public ReadOnly Property SecondaryDevices As IList(Of String)public IList<string> SecondaryDevices { get; }public: property IList<String^>^ SecondaryDevices { IList<String^>^ get (); }/** @property */ public IList<String> get_SecondaryDevices () public function get SecondaryDevices () : IList<String> Property ValueReturns IListof strings that contain the secondary SMS devices used as SDM notification endpoints.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms