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