Share via


SmsNotificationEndpoint.SecondaryDevices Property

Definition

Secondary smtp servers.

public:
 property System::Collections::Generic::IList<System::String ^> ^ SecondaryDevices { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> SecondaryDevices { get; }
member this.SecondaryDevices : System.Collections.Generic.IList<string>
Public ReadOnly Property SecondaryDevices As IList(Of String)

Property Value

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

Applies to