SmsNotificationAction.Body Property
Applies To: Operations Manager for System Center 2012
Gets or sets the body of the Short Message Service (SMS) notification action.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string Body { get; set; }
public:
property String^ Body {
String^ get();
void set(String^ value);
}
member Body : string with get, set
Public Property Body As String
Property Value
Type: System.String
Returns a Stringthat contains the body of the SMS notification action.
See Also
SmsNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top