Indicates whether or not this contact should be excluded from any print or online directory lists

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

Syntax

C#
public bool ExcludeFromDirectory { get; set; }
Visual Basic (Declaration)
Public Property ExcludeFromDirectory As Boolean
Visual C++
public:
property bool ExcludeFromDirectory {
	bool get ();
	void set (bool value);
}

See Also