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

Visual Basic
Dim instance As SmsNotificationAction
Dim value As SmsNotificationEndpoint

value = instance.Endpoint

instance.Endpoint = value

Syntax

Visual Basic
Public Property Endpoint As SmsNotificationEndpoint
C#
public SmsNotificationEndpoint Endpoint { get; set; }
C++
public:
property SmsNotificationEndpoint^ Endpoint {
		SmsNotificationEndpoint^ get ();
		void set (SmsNotificationEndpoint^ value);
}
J#
/** @property */
public SmsNotificationEndpoint get_Endpoint ()

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

public function set Endpoint (value : SmsNotificationEndpoint)

Property Value

Returns a SmsNotificationEndpoint 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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also