Base PropertyGroup Property
The group to which this property belongs
Definition
Namespace: EWSoftware.PDI.Properties
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
vCard properties support grouping. If grouped, this property will contain the name of the
group with which it is associated. This property is ignored for vCalendar and iCalendar
properties.