The URL of the image.

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

Syntax

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

Remarks

Changing the URL will automatically invalidate the internal image data if previously fetched.

See Also