LocatableUser Class

Encapsulates the details about a locatable user. This class is derived from the ProvisionedUser class.

Microsoft.MapPoint.LocationServer.Types

Public Class LocatableUser Inherits Microsoft.MapPoint.LocationServer.Types.ProvisionedUser
    Member of Microsoft.MapPoint.LocationServer.Types
[C#]
public class LocatableUser : Microsoft.MapPoint.LocationServer.Types.ProvisionedUser
    Member of Microsoft.MapPoint.LocationServer.Types

Remarks

For more information about locatable users, see the glossary.

Conceptually, this class extends the properties that are inherited from the ProvisionedUser class and adds new properties (such as locatable phone number, notification end point, location service provider, and so on) that make a provisioned user a locatable user.

If you are working with the Location Web Service the previously mentioned values are not set in the constructor because the LocatableUser class that you access from the Web service proxy class does not contain constructors (because it is generated from a WSDL document).

See Also

LocatableUser Members  |  Microsoft.MapPoint.LocationServer.Types