Base Alt Rep PropertyAlternate Representation Property
This property is used to set or get the alternative representation (ALTREP) parameter
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. It specifies a URI that points to an alternate representation for a textual property value.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? AlternateRepresentation { get; set; }VB
Public Property AlternateRepresentation As String
Get
SetC++
public:
property String^ AlternateRepresentation {
String^ get ();
void set (String^ value);
}F#
member AlternateRepresentation : string with get, setProperty Value
StringThis parameter is only applicable to iCalendar 2.0 objects. It specifies a URI that points to an alternate representation for a textual property value.