Compartilhar via


SPWebApplication.OutboundSmsServiceAccount property

Obtém a conta com um provedor de serviços de mensagens móveis que é usado pelo aplicativo da Web para enviar alertas.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public ReadOnly Property OutboundSmsServiceAccount As SPMobileMessagingAccount
    Get
'Uso
Dim instance As SPWebApplication
Dim value As SPMobileMessagingAccount

value = instance.OutboundSmsServiceAccount
public SPMobileMessagingAccount OutboundSmsServiceAccount { get; }

Property value

Type: Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount
Um objeto com informações sobre a conta.

Ver também

Referência

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace