BasePropertyGroup Property
The group to which this property belongs
Namespace: EWSoftware.PDI.PropertiesAssembly: 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 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.