Share via


SmsNotificationAction.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 Short Message Service (SMS) notification action.

Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As SmsNotificationAction
Dim value As SmsNotificationEndpoint

value = instance.Endpoint

instance.Endpoint = value

Syntax

'Declaration
Public Property Endpoint As SmsNotificationEndpoint
public SmsNotificationEndpoint Endpoint { get; set; }
public:
property SmsNotificationEndpoint^ Endpoint {
    SmsNotificationEndpoint^ get ();
    void set (SmsNotificationEndpoint^ value);
}
/** @property */
public SmsNotificationEndpoint get_Endpoint ()

/** @property */
public void set_Endpoint (SmsNotificationEndpoint value)
public function get Endpoint () : SmsNotificationEndpoint

public function set Endpoint (value : SmsNotificationEndpoint)

Property Value

Returns aSmsNotificationEndpoint object that is the endpoint for the SMS 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

SmsNotificationAction Class
SmsNotificationAction Members
Microsoft.EnterpriseManagement.Administration Namespace