Microsoft.SystemCenter.Notification.SmsNotificationTransportAction (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.Notification.NotificationActionAccount
InputTypeMicrosoft.SystemCenter.Notification.SmsNotificationData

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Notification.SmsNotificationTransportAction" Accessibility="Public" RunAs="Microsoft.SystemCenter.Notification.NotificationActionAccount">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.Notification.SmsNotificationTransportSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Delivery" type="SmsDeliveryType"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.EnterpriseManagement.HealthService.Modules.Notification, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.HealthService.Modules.Notification.Sms.SmsNotificationTransportModule</Type>
</Managed>
</ModuleImplementation>
<InputType>Microsoft.SystemCenter.Notification.SmsNotificationData</InputType>
</WriteActionModuleType>