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 the English name of the Office Mobile Service (OMS) messaging Web service.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property EnglishName As String
Get
'Usage
Dim instance As SPMobileMessageServiceProvider
Dim value As String
value = instance.EnglishName
public string EnglishName { get; }
Property Value
Type: System.String
The English name of the service.
See Also
Reference
SPMobileMessageServiceProvider Class