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

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

Syntax

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

Field Value

Free form text driving directions to the address.

See Also