Attendee PropertyMembership Property
This property is used to set or get the group or list membership (MEMBER) parameters for the calendar
user specified by the property value. There can be more than one.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This parameter is only applicable to iCalendar 2.0 objects. If the collection is empty, there are no members.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public StringCollection Membership { get; }VB
Public ReadOnly Property Membership As StringCollection
GetC++
public:
property StringCollection^ Membership {
StringCollection^ get ();
}F#
member Membership : StringCollection with getProperty Value
StringCollectionThis parameter is only applicable to iCalendar 2.0 objects. If the collection is empty, there are no members.