Share via


SipNotificationAction.ContentType 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 content type for 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.ContentType

instance.ContentType = value

Syntax

'Declaration
Public Property ContentType As String
public string ContentType { get; set; }
public:
property String^ ContentType {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ContentType ()

/** @property */
public void set_ContentType (String value)
public function get ContentType () : String

public function set ContentType (value : String)

Property Value

Returns Stringthat contains the content type for 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