Creates a new vCardWebSite with the specified URL and classification.

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

Syntax

C#
public vCardWebsite(
	string url,
	vCardWebsiteTypes websiteType
)
Visual Basic
Public Sub New ( _
	url As String, _
	websiteType As vCardWebsiteTypes _
)
Visual C++
public:
vCardWebsite(
	String^ url, 
	vCardWebsiteTypes websiteType
)

Parameters

url
Type: System..::..String
The URL of the web site.
websiteType
Type: vCards..::..vCardWebsiteTypes
The classification of the web site.

See Also