Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
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)
Syntax
public SmsNotificationEndpoint Endpoint { get; set; }
public:
property SmsNotificationEndpoint^ Endpoint {
SmsNotificationEndpoint^ get();
void set(SmsNotificationEndpoint^ value);
}
member Endpoint : SmsNotificationEndpoint with get, set
Public Property Endpoint As SmsNotificationEndpoint
Property Value
Type: Microsoft.EnterpriseManagement.Administration.SmsNotificationEndpoint
Returns aSmsNotificationEndpoint object that is the endpoint for the SMS notification action.
See Also
SmsNotificationAction Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top