Share via


SPMobileMessagingAccount.Parent property

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

SPMobileMessagingAccount members

Microsoft.SharePoint.MobileMessage namespace