The vCardProperty type exposes the following members.

Constructors

  NameDescription
Public methodvCardProperty()()()()
Creates a blank vCardProperty object.
Public methodvCardProperty(String)
Creates a vCardProperty object with the specified name and a null value.
Public methodvCardProperty(String, array<Byte>[]()[][])
Creates a vCardProperty with the specified name and a byte array as a value.
Public methodvCardProperty(String, DateTime)
Creates a vCardProperty with the specified name and date/time as a value.
Public methodvCardProperty(String, String)
Creates a vCardProperty object with the specified name and value.
Public methodvCardProperty(String, vCardValueCollection)
Initializes the vCard property with the specified name and values.
Public methodvCardProperty(String, String, String)
Initializes a vCardProperty with the specified name, value and group.

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 value of the property as a string.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyGroup
The group name of the property.
Public propertyLanguage
The language code of the property.
Public propertyName
The name of the property (e.g. TEL).
Public propertySubproperties
Subproperties of the vCard property, not including the name, encoding, and character set.
Public propertyValue
The value of the property.

See Also