Overload List

  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.

See Also