Indicates a home address.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also