VCardGroup Property
The group to which this vCard belongs
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string Group { get; set; }
Public Property Group As String
Get
Set
public:
property String^ Group {
String^ get ();
void set (String^ value);
}
member Group : string with get, set
Property Value
String vCards support grouping. If grouped, this property will contain the name of the group with
which the vCard is associated.