Share via


SmsNotificationEndpoint.SecondaryDevices Property

 

Applies To: Operations Manager for System Center 2012

Gets the secondary SMS devices used as SDM notification endpoints.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public IList<string> SecondaryDevices { get; }
public:
property IList<String^>^ SecondaryDevices {
    IList<String^>^ get();
}
member SecondaryDevices : IList<string> with get
Public ReadOnly Property SecondaryDevices As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

Returns IList<T>of strings that contain the secondary SMS devices used as SDM notification endpoints.

See Also

SmsNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top