VCalendarProduct Id Property
This is used to get the Product ID (PRODID) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
For vCalendar 1.0 objects, this is an optional property. For iCalendar 2.0 objects, this is a required property. If not explicitly set, the property will contain default values.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public ProductIdProperty ProductId { get; }VB
Public ReadOnly Property ProductId As ProductIdProperty
GetC++
public:
property ProductIdProperty^ ProductId {
ProductIdProperty^ get ();
}F#
member ProductId : ProductIdProperty with getProperty Value
ProductIdPropertyFor vCalendar 1.0 objects, this is an optional property. For iCalendar 2.0 objects, this is a required property. If not explicitly set, the property will contain default values.