Indicates an international address.

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

Syntax

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

See Also