Related To PropertyRelationship Type Property
This property is used to set or get the relationship type (RELTYPE) 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. Setting this parameter to Other sets the OtherRelationship to X-UNKNOWN if not already set to something else. It is set to null if set to any other calendar method.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public RelationshipType RelationshipType { get; set; }VB
Public Property RelationshipType As RelationshipType
Get
SetC++
public:
property RelationshipType RelationshipType {
RelationshipType get ();
void set (RelationshipType value);
}F#
member RelationshipType : RelationshipType with get, setProperty Value
RelationshipTypeThis parameter is only applicable to iCalendar 2.0 objects. Setting this parameter to Other sets the OtherRelationship to X-UNKNOWN if not already set to something else. It is set to null if set to any other calendar method.