The vCardProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
vCardProperty()()()() |
Creates a blank vCardProperty object.
| |
vCardProperty(String) |
Creates a vCardProperty object
with the specified name and a null value.
| |
vCardProperty(String, array<Byte>[]()[][]) |
Creates a vCardProperty with the
specified name and a byte array as a value.
| |
vCardProperty(String, DateTime) |
Creates a vCardProperty with
the specified name and date/time as a value.
| |
vCardProperty(String, String) |
Creates a vCardProperty object with the
specified name and value.
| |
vCardProperty(String, vCardValueCollection) |
Initializes the vCard property with the specified
name and values.
| |
vCardProperty(String, String, String) |
Initializes a vCardProperty with the specified
name, value and group.
|
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 value of the property as a string.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
Group |
The group name of the property.
| |
Language |
The language code of the property.
| |
Name |
The name of the property (e.g. TEL).
| |
Subproperties |
Subproperties of the vCard property, not including
the name, encoding, and character set.
| |
Value |
The value of the property.
|