VEventRelated To Property
This is used to get the Related To (RELATED-TO) properties. There may be more than one.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If the returned collection is empty, there are no related-to properties for the object
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public RelatedToPropertyCollection RelatedTo { get; }VB
Public ReadOnly Property RelatedTo As RelatedToPropertyCollection
GetC++
public:
property RelatedToPropertyCollection^ RelatedTo {
RelatedToPropertyCollection^ get ();
}F#
member RelatedTo : RelatedToPropertyCollection with getProperty Value
RelatedToPropertyCollectionIf the returned collection is empty, there are no related-to properties for the object