SPMobileMessageServiceProvider.LocalName Property
Gets the name of the Office Mobile Service (OMS) messaging Web service in the language of the culture where the service is hosted.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LocalName As String
Get
'Usage
Dim instance As SPMobileMessageServiceProvider
Dim value As String
value = instance.LocalName
public string LocalName { get; }
Property Value
Type: System.String
The name of the service in its host culture.
See Also
Reference
SPMobileMessageServiceProvider Class