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