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 SharePoint Foundation Web application to which the user’s Office Mobile Service (OMS) messaging Web service account belongs.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As SPWebApplication
Get
'Usage
Dim instance As SPMobileMessagingAccount
Dim value As SPWebApplication
value = instance.Parent
public SPWebApplication Parent { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPWebApplication
The parent SharePoint Foundation Web application.
See Also
Reference
SPMobileMessagingAccount Class