Share via


SPMobileMessagingAccount.ServiceName property

Gets or sets the friendly name of the Office Mobile Service (OMS) Web Service.

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

Syntax

'Declaration
Public Property ServiceName As String
    Get
    Set
'Usage
Dim instance As SPMobileMessagingAccount
Dim value As String

value = instance.ServiceName

instance.ServiceName = value
public string ServiceName { get; set; }

Property value

Type: System.String
The name of the service.

See also

Reference

SPMobileMessagingAccount class

SPMobileMessagingAccount members

Microsoft.SharePoint.MobileMessage namespace