SPMobileMessageServiceProvider.Name property
Gets the name of the provider 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 Name As String
Get
'Usage
Dim instance As SPMobileMessageServiceProvider
Dim value As String
value = instance.Name
public string Name { get; }
Property value
Type: System.String
The name of the provider.
Remarks
The Name property is typically the name of a business, so if EnglishName is “Contoso Speedy Mobile Message Service,” the name of the provider might be “Contoso, Inc.”.
See also
Reference
SPMobileMessageServiceProvider class