SmsNotificationEndpoint.SecondaryDevices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.