The URL of the web site.

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

Syntax

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

Remarks

The format of the URL is not validated.

See Also