Applies To: Operations Manager for System Center 2012
Gets or sets the primary SMS device used to send the SMS notification.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string PrimaryDevice { get; set; }
public:
property String^ PrimaryDevice {
    String^ get();
    void set(String^ value);
}
member PrimaryDevice : string with get, set
Public Property PrimaryDevice As String
Property Value
Type: System.String
Returns Stringthat contains the primary SMS device used to send the SMS notification.
See Also
SmsNotificationEndpoint Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top