Related To PropertyOther Relationship Property
This property is used to set or get the relationship type string when the relationship type is set to
Other.
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 automatically sets the RelationshipType property to Other.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? OtherRelationship { get; set; }VB
Public Property OtherRelationship As String
Get
SetC++
public:
property String^ OtherRelationship {
String^ get ();
void set (String^ value);
}F#
member OtherRelationship : string with get, setProperty Value
StringThis parameter is only applicable to iCalendar 2.0 objects. Setting this parameter automatically sets the RelationshipType property to Other.