The vCardWebsite type exposes the following members.
Constructors
Name | Description | |
---|---|---|
vCardWebsite()()()() |
Creates a vCardWebSite object.
| |
vCardWebsite(String) |
Creates a new vCardWebSite object with the specified URL.
| |
vCardWebsite(String, vCardWebsiteTypes) |
Creates a new vCardWebSite with the
specified URL and classification.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString |
Returns the string representation (URL) of the web site.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
IsPersonalSite |
Indicates a personal home page.
| |
IsWorkSite |
Indicates a work-related web site.
| |
Url |
The URL of the web site.
| |
WebsiteType |
The type of web site (e.g. home page, work, etc).
|