TAPIEx.NET Component Documentation

CurrentLocationID  Property

[Visual Basic]
Property CurrentLocationID As Integer
[C#]
public int CurrentLocationID [ get, set ]

Description

Sets or returns the ID of current location.

Remarks

Example about how to use CurrentLocationID.
 
	 mTAPIEx.Locations(mTAPIEx.CurrentLocationID)             ' returns the info of current location.
	 
	 mTAPIEx.CurrentLocationID=mTAPIEx.Locations(1).PermanentLocationID   ' set the second location to be the current one.

See Also

locations

Support editions