SipNotificationAction.Body Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the body of the SIP notification action.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As SipNotificationAction
Dim value As String
value = instance.Body
instance.Body = value
Syntax
'Declaration
Public Property Body As String
public string Body { get; set; }
public:
property String^ Body {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Body ()
/** @property */
public void set_Body (String value)
public function get Body () : String
public function set Body (value : String)
Property Value
Returns Stringthat contains the body of the SIP notification action.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
SipNotificationAction Class
SipNotificationAction Members
Microsoft.EnterpriseManagement.Administration Namespace