Gets or sets driving/delivery directions to the physical address.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string Directions { get; set; }
Visual Basic
Public Property Directions As String
	Get
	Set
Visual C++
public:
property String^ Directions {
	String^ get ();
	void set (String^ value);
}

Field Value

Free form text driving directions to the address.

See Also