AccessProperty Class

Encapsulates the data of the vCard property CLASS, which defines the level of confidentiality of the vCard in vCard 3.0.

Definition

Namespace: FolkerKinzel.VCards.Models.Properties
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public sealed class AccessProperty : VCardProperty
Inheritance
Object    VCardProperty    AccessProperty

Remarks

See Access.

Constructors

AccessProperty Initializes a new AccessProperty object.

Properties

GroupCorresponds to the group identifier of a vCard property, or is null if the VCardProperty does not belong to any group.
(Inherited from VCardProperty)
IsEmptyReturns true, if the VCardProperty object does not contain any usable data, otherwise false.
(Overrides VCardPropertyIsEmpty)
ParametersGets the data of the parameter section of a vCard property.
(Inherited from VCardProperty)
ValueThe data provided by the AccessProperty.

Methods

CloneCreates a new object that is a copy of the current instance.
(Overrides VCardPropertyClone)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from VCardProperty)

See Also