SPMobileMessagingAccount.UserInfo Property

Gets the Office Mobile Service (OMS) Web service’s information about the account holder.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property UserInfo As SPMobileMessageUserInfo
    Get
'Usage
Dim instance As SPMobileMessagingAccount
Dim value As SPMobileMessageUserInfo

value = instance.UserInfo
public SPMobileMessageUserInfo UserInfo { get; }

Property Value

Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo
An object with information about the user that is obtained from the Web service.

Remarks

The object is created from the XML returned by a call of the Web service’s GetUserInfo method.

See Also

Reference

SPMobileMessagingAccount Class

SPMobileMessagingAccount Members

Microsoft.SharePoint.MobileMessage Namespace