NotificationRecipientDevice.Protocol 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 name of the protocol used to send notifications to this device.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As NotificationRecipientDevice
Dim value As String
value = instance.Protocol
instance.Protocol = value
Syntax
'Declaration
Public Property Protocol As String
public string Protocol { get; set; }
public:
property String^ Protocol {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Protocol ()
/** @property */
public void set_Protocol (String value)
public function get Protocol () : String
public function set Protocol (value : String)
Property Value
Returns a String value that contains the name of the protocol used to send notifications to this device. For example, smtp, sip, or sms.
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
NotificationRecipientDevice Class
NotificationRecipientDevice Members
Microsoft.EnterpriseManagement.Administration Namespace