SPMobileMessageServiceResponse.m_Namespace field
Gets or sets the namespace of the XML returned by the Web service.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend m_Namespace As String
'Usage
Dim value As String
value = Me.m_Namespace
Me.m_Namespace = value
protected internal string m_Namespace
Field value
Type: System.String
A String that represents the namespace of the XML.
Remarks
An example of the value of this property is the namespace of the schena for the communication protocol of Office Mobile Service (OMS): “https://schemas.microsoft.com/office/Outlook/2006/OMS”.
See also
Reference
SPMobileMessageServiceResponse class