The contact's website address. May include the http:// but does not need it unless it needs to be https

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

Syntax

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

See Also