LocatableUser Constructor

Creates an instance of the LocatableUser class.

Overload List

Initializes a new instance of the LocatableUser class.

[Visual Basic] Public Sub New( )

[C#] public LocatableUser( )

Remarks

This class is derived from the ProvisionedUser class.

The constructor of this class initializes the following properties:

Visible is set to True. For more information about Visible, see the glossary.

NotifyOnNewContact is set to True. For more information about NotifyOnNewContact, see the glossary.

If you are working with the Location Web Service, these properties 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