ICompoundProperty Interface

Interface implemented by VCardProperty instances containing a compound value.

Definition

Namespace: FolkerKinzel.VCards.Formatters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public interface ICompoundProperty

Properties

Count Gets the number of elements in the ICompoundProperty.
Item Gets the element at the specified index.
ParametersGets the data of the parameter section of a vCard property.

See Also