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 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