IMobileUserService Interface
[Microsoft.WindowsServerSolutions.Mobile.Web.Users.IMobileUserService is no longer available for use as of Windows Server 2012 Essentials.] Web service that exposes user functionality for the server. Tasks exposed by the service include retrieving a list of users and their properties, enabling a user, disabling a user, and setting a user password.
Namespace: Microsoft.WindowsServerSolutions.Mobile.Web.Users
Assembly: MobileWeb (in MobileWeb.dll)
Usage
'Usage
Dim instance As IMobileUserService
Syntax
'Declaration
<ServiceContractAttribute(Name:="Users", Namespace:="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")> _
Public Interface IMobileUserService
[ServiceContractAttribute(Name="Users", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")]
public interface IMobileUserService
[ServiceContractAttribute(Name=L"Users", Namespace=L"https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")]
public interface class IMobileUserService
/** @attribute ServiceContractAttribute(Name="Users", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb") */
public interface IMobileUserService
ServiceContractAttribute(Name="Users", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")
public interface IMobileUserService
Remarks
This interface requires installation of the Phone Connector Add-in.
Platforms
Development Platforms
Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64
See Also
Reference
IMobileUserService Members
Microsoft.WindowsServerSolutions.Mobile.Web.Users Namespace
Copyright © 2012 by Microsoft Corporation. All rights reserved.