Directory sources for the vCard information.

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

Syntax

C#
public vCardSourceCollection Sources { get; }
Visual Basic
Public ReadOnly Property Sources As vCardSourceCollection
	Get
Visual C++
public:
property vCardSourceCollection^ Sources {
	vCardSourceCollection^ get ();
}

Remarks

A vCard may contain zero or more sources. A source identifies a directory that contains (or provided) information found in the vCard. A program can hypothetically connect to the source in order to obtain updated information.

See Also