public abstract class VCardProperty : ICloneablePublic MustInherit Class VCardProperty
Implements ICloneablepublic ref class VCardProperty abstract : ICloneable[<AbstractClassAttribute>]
type VCardProperty =
class
interface ICloneable
end| VCardProperty(VCardProperty) | Copy constructor. |
| VCardProperty(ParameterSection, String) | Constructor called by derived classes. |
| Group | Corresponds to the group identifier of a vCard property, or is null if the VCardProperty does not belong to any group. |
| IsEmpty | Returns true, if the VCardProperty object does not contain any usable data, otherwise false. |
| Parameters | Gets the data of the parameter section of a vCard property. |
| Value | The data provided by the VCardProperty. |
| Clone | Creates a new object that is a copy of the current instance. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetVCardPropertyValue | Abstract access method to get the data from VCardProperty. |
| IsNullOrEmpty | Returns a value that indicates whether prop is null or does not contain any usable data. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |