SipNotificationAction.Endpoint 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 endpoint 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 SipNotificationEndpoint
value = instance.Endpoint
instance.Endpoint = value
Syntax
'Declaration
Public Property Endpoint As SipNotificationEndpoint
public SipNotificationEndpoint Endpoint { get; set; }
public:
property SipNotificationEndpoint^ Endpoint {
SipNotificationEndpoint^ get ();
void set (SipNotificationEndpoint^ value);
}
/** @property */
public SipNotificationEndpoint get_Endpoint ()
/** @property */
public void set_Endpoint (SipNotificationEndpoint value)
public function get Endpoint () : SipNotificationEndpoint
public function set Endpoint (value : SipNotificationEndpoint)
Property Value
Returns the string that contains the endpoint for the SIP notification action.SipNotificationEndpoint.
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