VCardGroup Property
The group to which this vCard belongs
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? Group { get; set; }VB
Public Property Group As String
Get
SetC++
public:
property String^ Group {
String^ get ();
void set (String^ value);
}F#
member Group : string with get, setProperty Value
StringRemarks
vCards support grouping. If grouped, this property will contain the name of the group with
which the vCard is associated.