AddressPropertyIsEmpty Property

Returns true, if the VCardProperty object does not contain any usable data, otherwise false.

Definition

Namespace: FolkerKinzel.VCards.Models.Properties
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
public override bool IsEmpty { get; }

Property Value

Boolean

Remarks

  Important

If only the Label parameter or the GeoPosition or the TimeZone is not equal to null, IsEmpty returns false.

See Also