The vCardWebsite type exposes the following members.

Constructors

  NameDescription
Public methodvCardWebsite()()()()
Creates a vCardWebSite object.
Public methodvCardWebsite(String)
Creates a new vCardWebSite object with the specified URL.
Public methodvCardWebsite(String, vCardWebsiteTypes)
Creates a new vCardWebSite with the specified URL and classification.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string representation (URL) of the web site.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyIsPersonalSite
Indicates a personal home page.
Public propertyIsWorkSite
Indicates a work-related web site.
Public propertyUrl
The URL of the web site.
Public propertyWebsiteType
The type of web site (e.g. home page, work, etc).

See Also