Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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